Skip to content

Commit

Permalink
Auto-release beta 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmithgu committed Jul 3, 2024
1 parent 74e4c49 commit 881a6e6
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.14 (Beta)

Fixes non-markdown files not showing up in the Datacore index when they are created while Obsidian is running.

---

# 0.1.13 (Beta)

Fixes parsing tags from frontmatter.
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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"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 @@ -12,5 +12,6 @@
"0.1.10": "1.4.11",
"0.1.11": "1.4.11",
"0.1.12": "1.4.11",
"0.1.13": "1.4.11"
"0.1.13": "1.4.11",
"0.1.14": "1.4.11"
}

0 comments on commit 881a6e6

Please sign in to comment.