diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37257fc7..84127685 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.2" + ".": "1.16.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd258f8..231f3107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.3](https://github.com/danielo515/obsidian-modal-form/compare/1.16.2...1.16.3) (2023-10-16) + + +### Bug Fixes + +* text-area initial value ([f21b783](https://github.com/danielo515/obsidian-modal-form/commit/f21b783cfefc9485a8f7748539076bb7d0def2b8)) + ## [1.16.2](https://github.com/danielo515/obsidian-modal-form/compare/1.16.1...1.16.2) (2023-10-11) diff --git a/manifest.json b/manifest.json index 407e7564..8cf6ca76 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.2" + "version": "1.16.3" } \ No newline at end of file diff --git a/package.json b/package.json index 1c082b90..99c08488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.16.2", + "version": "1.16.3", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {