diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 74737bc4..a6b4f7b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bcbd38..a8edfc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.14.0](https://github.com/danielo515/obsidian-modal-form/compare/1.13.0...1.14.0) (2023-09-15) + + +### Features + +* show result preview ([7425df1](https://github.com/danielo515/obsidian-modal-form/commit/7425df13425c5e957dc9a9f1cc2a8f2bcb1d1c5f)) + + +### Bug Fixes + +* filtering in multi with uppercase ([fac67ea](https://github.com/danielo515/obsidian-modal-form/commit/fac67ea1199b2db9d27e4df0010e959e939927ab)) +* multi select was not including the values ([1885834](https://github.com/danielo515/obsidian-modal-form/commit/1885834ded85f09deac185e2a3b2d91502585504)) + ## [1.13.0](https://github.com/danielo515/obsidian-modal-form/compare/1.12.1...1.13.0) (2023-09-15) diff --git a/manifest.json b/manifest.json index 8b3658c3..aa241cd2 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.13.0" + "version": "1.14.0" } \ No newline at end of file diff --git a/package.json b/package.json index 13c5d2ec..55672eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.13.0", + "version": "1.14.0", "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 873baf21..36a84c40 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "1.11.0": "0.15.0", "1.12.0": "0.15.0", "1.12.1": "0.15.0", - "1.13.0": "0.15.0" + "1.13.0": "0.15.0", + "1.14.0": "0.15.0" } \ No newline at end of file