diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b51dc5b..cfb6b629 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.16.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1505fec1..d28332b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.1](https://github.com/danielo515/obsidian-modal-form/compare/1.16.0...1.16.1) (2023-10-10) + + +### Bug Fixes + +* ensure order of fixed select ([62b407e](https://github.com/danielo515/obsidian-modal-form/commit/62b407ea50b39c873d3f83e86ff9e502a88a6d22)), closes [#61](https://github.com/danielo515/obsidian-modal-form/issues/61) + ## [1.16.0](https://github.com/danielo515/obsidian-modal-form/compare/1.15.0...1.16.0) (2023-10-03) diff --git a/manifest.json b/manifest.json index 69b4fb91..82cd01cc 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.0" + "version": "1.16.1" } \ No newline at end of file diff --git a/package.json b/package.json index 35aa6c79..4458b019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.16.0", + "version": "1.16.1", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {