diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cfb6b629..37257fc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.1" + ".": "1.16.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d28332b3..9dd258f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.2](https://github.com/danielo515/obsidian-modal-form/compare/1.16.1...1.16.2) (2023-10-11) + + +### Bug Fixes + +* make multi-select static work ([fa5987a](https://github.com/danielo515/obsidian-modal-form/commit/fa5987a93ae7ef7bc6aea60f6273bbcb6e78fcc1)), closes [#63](https://github.com/danielo515/obsidian-modal-form/issues/63) + ## [1.16.1](https://github.com/danielo515/obsidian-modal-form/compare/1.16.0...1.16.1) (2023-10-10) diff --git a/manifest.json b/manifest.json index 82cd01cc..407e7564 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.16.1" + "version": "1.16.2" } \ No newline at end of file diff --git a/package.json b/package.json index 4458b019..5270e4cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.16.1", + "version": "1.16.2", "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 48783329..4b0a2846 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.14.1": "0.15.0", "1.15.0": "0.15.0", "1.16.0": "0.15.0", - "1.16.1": "0.15.0" + "1.16.1": "0.15.0", + "1.16.2": "0.15.0" } \ No newline at end of file