diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 212123f0..49f51959 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.1" + ".": "1.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b409665e..5a8a6aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.15.0](https://github.com/danielo515/obsidian-modal-form/compare/1.14.1...1.15.0) (2023-10-02) + + +### Features + +* default values support for most input types ([f8415a3](https://github.com/danielo515/obsidian-modal-form/commit/f8415a32554f1add8b50e667a7ca9664232ee2e1)) + + +### Bug Fixes + +* do not use innerHTML ([8ae7d5b](https://github.com/danielo515/obsidian-modal-form/commit/8ae7d5be014840ddb8e19619097af7ad1d9bccc2)) + ## [1.14.1](https://github.com/danielo515/obsidian-modal-form/compare/1.14.0...1.14.1) (2023-09-29) diff --git a/manifest.json b/manifest.json index f17e57f3..6bb590ad 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.14.1" + "version": "1.15.0" } \ No newline at end of file diff --git a/package.json b/package.json index 571d823d..e1aa1a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.14.1", + "version": "1.15.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 51c67321..e0bc78ac 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.12.1": "0.15.0", "1.13.0": "0.15.0", "1.14.0": "0.15.0", - "1.14.1": "0.15.0" + "1.14.1": "0.15.0", + "1.15.0": "0.15.0" } \ No newline at end of file