From 0b47f2598d3673de42cbac0e98e197d0fe4ea279 Mon Sep 17 00:00:00 2001 From: Peter Kaufman Date: Sun, 11 Aug 2024 22:06:54 -0400 Subject: [PATCH] Auto-release beta 1.26.0-rc-2 --- manifest-beta.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 02a05e4d..2a5971f8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-linter", "name": "Linter", - "version": "1.26.0-rc-1", + "version": "1.26.0-rc-2", "minAppVersion": "1.5.7", "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.", "author": "Victor Tao", diff --git a/package.json b/package.json index d5825c14..8c898a5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-linter", - "version": "1.26.0-rc-1", + "version": "1.26.0-rc-2", "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.", "main": "main.js", "scripts": {