Skip to content

Commit 43e8cca

Browse files
committed
Auto-release 0.1.25
1 parent 18b7bcc commit 43e8cca

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.25
2+
3+
- Re-added support for emoji-based task metadata from the Tasks plugin.
4+
- Added a debug command, "Datacore: Reindex entire vault", to reload all files in the vault.
5+
6+
---
7+
18
# 0.1.24
29

310
- Add official datacore API typings at '@blacksmithgu/datacore'.

manifest-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "datacore",
33
"name": "Datacore",
4-
"version": "0.1.24",
4+
"version": "0.1.25",
55
"minAppVersion": "1.4.11",
6-
"description": "Reactive data engine for Obsidian.md.",
6+
"description": "Reactive query engine backed by Javascript or a custom query language.",
77
"author": "Michael Brenan",
88
"authorUrl": "https://github.com/blacksmithgu",
99
"isDesktopOnly": false

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "datacore",
33
"name": "Datacore",
4-
"version": "0.1.24",
4+
"version": "0.1.25",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive query engine backed by Javascript or a custom query language.",
77
"author": "Michael Brenan",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blacksmithgu/datacore",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "Reactive data engine for Obsidian.md.",
55
"main": "build/library/index.js",
66
"types": "build/library/index.d.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"0.1.21": "1.4.11",
2424
"0.1.22": "1.4.11",
2525
"0.1.23": "0.12.0",
26-
"0.1.24": "0.12.0"
26+
"0.1.24": "0.12.0",
27+
"0.1.25": "0.12.0"
2728
}

0 commit comments

Comments
 (0)