diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd412625..31fcecd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.22.1" + ".": "1.23.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba9b4aa..38831e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.23.0](https://github.com/danielo515/obsidian-modal-form/compare/1.22.1...1.23.0) (2023-11-02) + + +### Features + +* specific field/input error reporting methods ([3bfd22d](https://github.com/danielo515/obsidian-modal-form/commit/3bfd22d7c2da0511ee2fc82859de0a9e2b37f045)) + + +### Bug Fixes + +* forms can not be renamed ([ab2e20d](https://github.com/danielo515/obsidian-modal-form/commit/ab2e20d5a6f8b76d3ed4685c2a4fddcb9c3ce261)), closes [#108](https://github.com/danielo515/obsidian-modal-form/issues/108) +* ManageForms view is now reactive thanks to stores ([040f8f5](https://github.com/danielo515/obsidian-modal-form/commit/040f8f504c282876b7798da00db3ddda9f8a1c9f)) + ## [1.22.1](https://github.com/danielo515/obsidian-modal-form/compare/1.22.0...1.22.1) (2023-10-26) diff --git a/manifest.json b/manifest.json index d6adbcc7..70dd4a87 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.22.1" + "version": "1.23.0" } \ No newline at end of file diff --git a/package.json b/package.json index 86b6c888..a5e33b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.22.1", + "version": "1.23.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 c97269e4..1d59130c 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "1.20.0": "0.15.0", "1.21.0": "0.15.0", "1.22.0": "0.15.0", - "1.22.1": "0.15.0" + "1.22.1": "0.15.0", + "1.23.0": "0.15.0" } \ No newline at end of file