diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a6b4f7b2..212123f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.14.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a8edfc3b..b409665e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.14.1](https://github.com/danielo515/obsidian-modal-form/compare/1.14.0...1.14.1) (2023-09-29) + + +### Bug Fixes + +* properly clone elements ([667ebe0](https://github.com/danielo515/obsidian-modal-form/commit/667ebe0d94526803dbad6d62069c36757355dbe5)), closes [#51](https://github.com/danielo515/obsidian-modal-form/issues/51) +* set a default value for inputs of type select ([2c514b1](https://github.com/danielo515/obsidian-modal-form/commit/2c514b1095edf37e37151ca89f2ea10b440db446)), closes [#45](https://github.com/danielo515/obsidian-modal-form/issues/45) + ## [1.14.0](https://github.com/danielo515/obsidian-modal-form/compare/1.13.0...1.14.0) (2023-09-15) diff --git a/manifest.json b/manifest.json index aa241cd2..f17e57f3 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.0" + "version": "1.14.1" } \ No newline at end of file diff --git a/package.json b/package.json index 55672eba..571d823d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.14.0", + "version": "1.14.1", "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 36a84c40..51c67321 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.12.0": "0.15.0", "1.12.1": "0.15.0", "1.13.0": "0.15.0", - "1.14.0": "0.15.0" + "1.14.0": "0.15.0", + "1.14.1": "0.15.0" } \ No newline at end of file