Skip to content

Commit efc1294

Browse files
committed
Auto-release 1.30.0
1 parent 53de96b commit efc1294

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-linter",
33
"name": "Linter",
4-
"version": "1.29.2",
4+
"version": "1.30.0",
55
"minAppVersion": "1.9.0",
66
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
77
"author": "Victor Tao",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-linter",
33
"name": "Linter",
4-
"version": "1.29.2",
4+
"version": "1.30.0",
55
"minAppVersion": "1.9.0",
66
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
77
"author": "Victor Tao",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-linter",
3-
"version": "1.29.2",
3+
"version": "1.30.0",
44
"description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md). It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
55
"main": "main.js",
66
"scripts": {

scripts/pre-regular-release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rm -f manifest.tmp.json
1818
# Rewrite versions in relevant files.
1919
jq ".version=\"${NEW_VERSION}\"" package.json > package.tmp.json && mv package.tmp.json package.json
2020
jq ".version=\"${NEW_VERSION}\"" manifest.json > manifest.tmp.json && mv manifest.tmp.json manifest.json
21+
jq ".version=\"${NEW_VERSION}\"" manifest-beta.json > manifest-beta.tmp.json && mv manifest-beta.tmp.json manifest-beta.json
2122
jq ". + {\"${NEW_VERSION}\": \"1.9.0\"}" versions.json > versions.tmp.json && mv versions.tmp.json versions.json
2223

2324
npm run build && npm run docs

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@
7070
"1.28.0": "1.5.7",
7171
"1.29.0": "1.5.7",
7272
"1.29.1": "1.9.0",
73-
"1.29.2": "1.9.0"
73+
"1.29.2": "1.9.0",
74+
"1.30.0": "1.9.0"
7475
}

0 commit comments

Comments
 (0)