Skip to content

Commit 8074b46

Browse files
committed
Auto-release 0.1.28
1 parent f4340f7 commit 8074b46

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.28
2+
3+
- Fixes #134: Properly strip whitespace from codeblock languages to fix some issues with `dc.require`.
4+
5+
6+
---
7+
18
# 0.1.27
29

310
- Bugfix release for reverting an accidental capitalization change in $typename for markdown lists.

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.27",
4+
"version": "0.1.28",
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.27",
4+
"version": "0.1.28",
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.27",
3+
"version": "0.1.28",
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
@@ -26,5 +26,6 @@
2626
"0.1.24": "0.12.0",
2727
"0.1.25": "0.12.0",
2828
"0.1.26": "0.12.0",
29-
"0.1.27": "0.12.0"
29+
"0.1.27": "0.12.0",
30+
"0.1.28": "0.12.0"
3031
}

0 commit comments

Comments
 (0)