Skip to content

Commit fdf4555

Browse files
authored
Merge pull request #1271 from pjkaufman/master
Auto-release Beta 1.28.1-rc1
2 parents abef58a + b0a99f6 commit fdf4555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.27.1",
4+
"version": "1.28.1-rc1",
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.0",
3+
"version": "1.28.1-rc1",
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": {

0 commit comments

Comments
 (0)