Skip to content

Commit ba58b2f

Browse files
committed
Auto-release beta 0.5.70
1 parent 92739ce commit ba58b2f

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.70 (Beta)
2+
3+
Still attempting to fix #2557, github is acting up.
4+
5+
6+
---
7+
18
# 0.5.69 (Beta)
29

310
Attempting to fix #2557, but uncertain to any side effects.

Diff for: docs/docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.70 (Beta)
2+
3+
Still attempting to fix #2557, github is acting up.
4+
5+
6+
---
7+
18
# 0.5.69 (Beta)
29

310
Attempting to fix #2557, but uncertain to any side effects.

Diff for: manifest-beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.69",
4+
"version": "0.5.70",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.5.69",
3+
"version": "0.5.70",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,6 @@
145145
"0.5.66": "0.12.0",
146146
"0.5.67": "0.12.0",
147147
"0.5.68": "0.12.0",
148-
"0.5.69": "0.13.11"
148+
"0.5.69": "0.13.11",
149+
"0.5.70": "0.13.11"
149150
}

0 commit comments

Comments
 (0)