Skip to content

Commit 272ff8d

Browse files
committed
Auto-release 0.1.23
1 parent 632a702 commit 272ff8d

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.23
2+
3+
- Datacore views now properly re-render and update paths when the file they are in is renamed.
4+
- Some incongruous APIs have been standardized.
5+
6+
---
7+
18
# 0.1.22 (Beta)
29

310
- Several bugfixes thanks to @GamerGirlAndCo.

manifest-beta.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.22",
4+
"version": "0.1.23",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive data engine for Obsidian.md.",
77
"author": "Michael Brenan",

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.20",
4+
"version": "0.1.23",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive data engine for Obsidian.md.",
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": "datacore",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "Reactive data engine for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"0.1.19": "1.4.11",
2222
"0.1.20": "0.12.0",
2323
"0.1.21": "1.4.11",
24-
"0.1.22": "1.4.11"
24+
"0.1.22": "1.4.11",
25+
"0.1.23": "0.12.0"
2526
}

0 commit comments

Comments
 (0)