From 98ea0064410df65668aafee24c57844baeda25e1 Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Tue, 2 Jul 2024 18:44:34 -0500 Subject: [PATCH] Auto-release beta 0.1.11 --- CHANGELOG.md | 6 ++++++ manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db20474..9c660735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.11 (Beta) + +Adds experimental support for `dc.require()`, allowing for importing other codeblocks from script files or from codeblocks in named sections. + +--- + # 0.1.10 (Beta) - Fixes several annoying off-by-one errors in line span embeds and an indexing off-by-one. diff --git a/manifest-beta.json b/manifest-beta.json index a8569a07..7ba6dfc6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "datacore", "name": "Datacore", - "version": "0.1.10", + "version": "0.1.11", "minAppVersion": "1.4.11", "description": "Reactive data engine for Obsidian.md.", "author": "Michael Brenan", diff --git a/package.json b/package.json index 265f357a..3f5a7a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datacore", - "version": "0.1.10", + "version": "0.1.11", "description": "Reactive data engine for Obsidian.md.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/versions.json b/versions.json index 7a40f395..0dc47cfd 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.1.7": "0.13.11", "0.1.8": "0.13.11", "0.1.9": "0.13.11", - "0.1.10": "1.4.11" + "0.1.10": "1.4.11", + "0.1.11": "1.4.11" }