Skip to content

Commit b4dd3d9

Browse files
authored
Merge pull request platers#1304 from pjkaufman/master
Auto-release 1.29.0
2 parents dbb39a2 + d0c23e7 commit b4dd3d9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

docs/docs/settings/yaml-rules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,19 +1051,22 @@ keywords: []
10511051
status: WIP
10521052
date: 02/15/2022
10531053
---
1054+
Any blank line is attached to the line that follows it
10541055
``````
10551056

10561057
After:
10571058

10581059
`````` markdown
10591060
---
10601061
tags: computer
1062+
10611063
status: WIP
10621064
keywords: []
10631065
date: 02/15/2022
10641066
type: programming
10651067
language: Typescript
10661068
---
1069+
Any blank line is attached to the line that follows it
10671070
``````
10681071
</details>
10691072

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.28.1-rc1",
4+
"version": "1.29.0",
55
"minAppVersion": "1.5.7",
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.28.0",
4+
"version": "1.29.0",
55
"minAppVersion": "1.5.7",
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.28.1-rc1",
3+
"version": "1.29.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": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"1.26.0": "1.5.7",
6868
"1.27.0": "1.5.7",
6969
"1.27.1": "1.5.7",
70-
"1.28.0": "1.5.7"
70+
"1.28.0": "1.5.7",
71+
"1.29.0": "1.5.7"
7172
}

0 commit comments

Comments
 (0)