Skip to content

Commit d1f7da8

Browse files
committed
Auto-release 0.1.26
1 parent 4e92f27 commit d1f7da8

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.26
2+
3+
- Fixes non-inline Markdown blocks and removes the plaintext flickering.
4+
5+
---
6+
17
# 0.1.25
28

39
- Re-added support for emoji-based task metadata from the Tasks plugin.

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.25",
4+
"version": "0.1.26",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive query engine backed by Javascript or a custom query language.",
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.25",
4+
"version": "0.1.26",
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.25",
3+
"version": "0.1.26",
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
@@ -24,5 +24,6 @@
2424
"0.1.22": "1.4.11",
2525
"0.1.23": "0.12.0",
2626
"0.1.24": "0.12.0",
27-
"0.1.25": "0.12.0"
27+
"0.1.25": "0.12.0",
28+
"0.1.26": "0.12.0"
2829
}

0 commit comments

Comments
 (0)