Skip to content

Commit

Permalink
Auto-release beta 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmithgu committed Jul 2, 2024
1 parent 4f5d9f0 commit 98ea006
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 98ea006

Please sign in to comment.