diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 910ff90c..06d32a08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.11.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb67603..bf137c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.1](https://github.com/danielo515/obsidian-modal-form/compare/1.11.0...1.11.1) (2023-09-14) + + +### Bug Fixes + +* proper colors for save and close ([4c6d495](https://github.com/danielo515/obsidian-modal-form/commit/4c6d495a8b0e550b9f117e5d340885a8052f55c9)) +* toggles always have a value ([72cfc3e](https://github.com/danielo515/obsidian-modal-form/commit/72cfc3e65624a31d4a200301465aa9044e908357)) + ## [1.11.0](https://github.com/danielo515/obsidian-modal-form/compare/1.10.0...1.11.0) (2023-09-14) diff --git a/manifest.json b/manifest.json index e5ffa775..99ba39bc 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.11.0" + "version": "1.11.1" } \ No newline at end of file diff --git a/package.json b/package.json index e224ca72..3e588e46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.11.0", + "version": "1.11.1", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {