diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31fcecd9..3de5b3b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.23.0" + ".": "1.24.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 38831e19..b4ee4bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.24.0](https://github.com/danielo515/obsidian-modal-form/compare/1.23.0...1.24.0) (2023-11-03) + + +### Features + +* **editor:** create dataview inputs ([75f71f1](https://github.com/danielo515/obsidian-modal-form/commit/75f71f1438afeab75dbeef179e41521244896797)) +* **inputs:** dataview can be used as source for multi-select ([cd39785](https://github.com/danielo515/obsidian-modal-form/commit/cd39785d68fb78444db1d230f55c71907d218b6a)), closes [#50](https://github.com/danielo515/obsidian-modal-form/issues/50) + ## [1.23.0](https://github.com/danielo515/obsidian-modal-form/compare/1.22.1...1.23.0) (2023-11-02) diff --git a/manifest.json b/manifest.json index 70dd4a87..5508456f 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.23.0" + "version": "1.24.0" } \ No newline at end of file diff --git a/package.json b/package.json index b033facc..6325f6d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.23.0", + "version": "1.24.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 1d59130c..714c9c28 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "1.21.0": "0.15.0", "1.22.0": "0.15.0", "1.22.1": "0.15.0", - "1.23.0": "0.15.0" + "1.23.0": "0.15.0", + "1.24.0": "0.15.0" } \ No newline at end of file