Skip to content

Commit 4cfa384

Browse files
authored
Merge pull request #1326 from pjkaufman/master
Auto-release 1.29.2
2 parents cfaacde + 68094c7 commit 4cfa384

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
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.1",
4+
"version": "1.29.2",
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.1",
4+
"version": "1.29.2",
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.1",
3+
"version": "1.29.2",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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 ". + {\"${NEW_VERSION}\": \"1.5.7\"}" versions.json > versions.tmp.json && mv versions.tmp.json versions.json
21+
jq ". + {\"${NEW_VERSION}\": \"1.9.0\"}" versions.json > versions.tmp.json && mv versions.tmp.json versions.json
2222

2323
npm run build && npm run docs
2424

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"1.27.1": "1.5.7",
7070
"1.28.0": "1.5.7",
7171
"1.29.0": "1.5.7",
72-
"1.29.1": "1.9.0"
72+
"1.29.1": "1.9.0",
73+
"1.29.2": "1.9.0"
7374
}

0 commit comments

Comments
 (0)