diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d34abb13..28a033c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.40.4" + ".": "1.41.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9326cd..267ac8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.41.0](https://github.com/danielo515/obsidian-modal-form/compare/1.40.4...1.41.0) (2024-05-10) + + +### Features + +* **input:** dataview input can be fully async ([cac23bb](https://github.com/danielo515/obsidian-modal-form/commit/cac23bb10aeb74b31b060f261948226cff854d63)) +* **input:** document block is async ([1e23a1b](https://github.com/danielo515/obsidian-modal-form/commit/1e23a1b3992ccc7e8f54365cea9cd63a1fe7f23c)) +* **std:** make the function evaluator async and handle TE ([239a4d5](https://github.com/danielo515/obsidian-modal-form/commit/239a4d5be2d16e4d76baa0ae218fae746ea7649a)) +* **suggesters:** DataviewSuggest is now async ([dae4a25](https://github.com/danielo515/obsidian-modal-form/commit/dae4a251664d2e98118222400588dc1a4f7010bc)) +* **suggesters:** make SafeDataviewQuery async ([239a4d5](https://github.com/danielo515/obsidian-modal-form/commit/239a4d5be2d16e4d76baa0ae218fae746ea7649a)) + ## [1.40.4](https://github.com/danielo515/obsidian-modal-form/compare/1.40.3...1.40.4) (2024-04-25) diff --git a/manifest.json b/manifest.json index 99b16d72..7b72de97 100644 --- a/manifest.json +++ b/manifest.json @@ -8,5 +8,5 @@ "fundingUrl": "https://www.buymeacoffee.com/danielo515", "helpUrl": "https://danielorodriguez.com/obsidian-modal-form/", "isDesktopOnly": false, - "version": "1.40.4" + "version": "1.41.0" } \ No newline at end of file diff --git a/package.json b/package.json index 2e2622f0..0a229094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.40.4", + "version": "1.41.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 6e5eb60f..a8d327d5 100644 --- a/versions.json +++ b/versions.json @@ -57,5 +57,6 @@ "1.40.0": "0.15.0", "1.40.2": "0.15.0", "1.40.3": "0.15.0", - "1.40.4": "0.15.0" + "1.40.4": "0.15.0", + "1.41.0": "0.15.0" } \ No newline at end of file