diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45905cf1..f1add089 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.0" + ".": "1.27.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5f1460..0ab3f16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.1](https://github.com/danielo515/obsidian-modal-form/compare/1.27.0...1.27.1) (2023-11-23) + + +### Bug Fixes + +* remove leading # in tags ([556b769](https://github.com/danielo515/obsidian-modal-form/commit/556b7699d544ec67f286e01f41104075f7b2f6a8)) + ## [1.27.0](https://github.com/danielo515/obsidian-modal-form/compare/1.26.0...1.27.0) (2023-11-22) diff --git a/manifest.json b/manifest.json index 5f845449..75769057 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://danielo.es", "fundingUrl": "https://www.buymeacoffee.com/danielo515", "isDesktopOnly": false, - "version": "1.27.0" + "version": "1.27.1" } \ No newline at end of file diff --git a/package.json b/package.json index a59b3ac0..9bfe0409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.27.0", + "version": "1.27.1", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5ec2978f..36110759 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "1.24.1": "0.15.0", "1.25.0": "0.15.0", "1.26.0": "0.15.0", - "1.27.0": "0.15.0" + "1.27.0": "0.15.0", + "1.27.1": "0.15.0" } \ No newline at end of file