diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58d6347c..910ff90c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 43682e01..dcb67603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/danielo515/obsidian-modal-form/compare/1.10.0...1.11.0) (2023-09-14) + + +### Features + +* preview form from the editor ([2d8e2d6](https://github.com/danielo515/obsidian-modal-form/commit/2d8e2d6aec99f27a30e86ffc49312a2876e5195e)), closes [#17](https://github.com/danielo515/obsidian-modal-form/issues/17) + ## [1.10.0](https://github.com/danielo515/obsidian-modal-form/compare/1.9.1...1.10.0) (2023-09-14) diff --git a/manifest.json b/manifest.json index b2435f94..e5ffa775 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.10.0" + "version": "1.11.0" } \ No newline at end of file diff --git a/package.json b/package.json index f5c29af4..e9c63092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.10.0", + "version": "1.11.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {