diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 617fc6b8..320a40f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.5" + ".": "1.16.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 71502a4d..335a04c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.6](https://github.com/danielo515/obsidian-modal-form/compare/1.16.5...1.16.6) (2023-10-19) + + +### Bug Fixes + +* remove all trace of text input suggest ([68cace2](https://github.com/danielo515/obsidian-modal-form/commit/68cace2135ac38d66027d1f620f34eda700e82df)) + ## [1.16.5](https://github.com/danielo515/obsidian-modal-form/compare/1.16.4...1.16.5) (2023-10-19) diff --git a/manifest.json b/manifest.json index e66791b0..52d38161 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.5" + "version": "1.16.6" } \ No newline at end of file diff --git a/package.json b/package.json index 85c0d717..591c33d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.16.5", + "version": "1.16.6", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {