diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d4dd575..d691a5a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.38.0" + ".": "1.39.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf5bfdb..afbb3b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.39.0](https://github.com/danielo515/obsidian-modal-form/compare/1.38.0...1.39.0) (2024-01-14) + + +### Features + +* multi select notes uses the new notes input (better UI and search) ([6c3e1e5](https://github.com/danielo515/obsidian-modal-form/commit/6c3e1e5b068573826e564d8648f6cf2714f61b1a)) + ## [1.38.0](https://github.com/danielo515/obsidian-modal-form/compare/1.37.0...1.38.0) (2024-01-13) diff --git a/manifest.json b/manifest.json index 98e558f7..67f506c7 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.38.0" + "version": "1.39.0" } \ No newline at end of file diff --git a/package.json b/package.json index 4f0e8840..0473b032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.38.0", + "version": "1.39.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 95b43cda..1641edb3 100644 --- a/versions.json +++ b/versions.json @@ -51,5 +51,6 @@ "1.36.0": "0.15.0", "1.36.1": "0.15.0", "1.37.0": "0.15.0", - "1.38.0": "0.15.0" + "1.38.0": "0.15.0", + "1.39.0": "0.15.0" } \ No newline at end of file