Skip to content

Commit 47aa29a

Browse files
committed
Auto-release beta 0.1.22
1 parent bad86b7 commit 47aa29a

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.22 (Beta)
2+
3+
- Several bugfixes thanks to @GamerGirlAndCo.
4+
- Adds a new <dc.List/> view with full documentation.
5+
- Removes the unnecessary object count widget in the editor view.
6+
7+
---
8+
19
# 0.1.21 (Beta)
210

311
- Adds `dc.evaluate()` and `dc.tryEvaluate()` for evaluating the datacore expression language programmatically.

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.21",
4+
"version": "0.1.22",
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.21",
3+
"version": "0.1.22",
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
@@ -20,5 +20,6 @@
2020
"0.1.18": "1.4.11",
2121
"0.1.19": "1.4.11",
2222
"0.1.20": "0.12.0",
23-
"0.1.21": "1.4.11"
23+
"0.1.21": "1.4.11",
24+
"0.1.22": "1.4.11"
2425
}

0 commit comments

Comments
 (0)