diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d382b9..ab6f84b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.53.0" + ".": "1.54.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f88696..ba7c78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.54.0](https://github.com/danielo515/obsidian-modal-form/compare/1.53.0...1.54.0) (2024-12-11) + + +### Features + +* **builder:** File input builder ([48b62af](https://github.com/danielo515/obsidian-modal-form/commit/48b62af80cfdb2ca81793c9258a2872367e7144f)) +* **input:** file input schema and rendering ([b4682ff](https://github.com/danielo515/obsidian-modal-form/commit/b4682ff73b0bbe9fe038db0fc19eca55f6bcfade)) + ## [1.53.0](https://github.com/danielo515/obsidian-modal-form/compare/1.52.0...1.53.0) (2024-12-09) diff --git a/manifest.json b/manifest.json index d455246..e83ae74 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.53.0" + "version": "1.54.0" } \ No newline at end of file diff --git a/package.json b/package.json index d331b92..5db3c46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.53.0", + "version": "1.54.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 6718cb1..8f0b10e 100644 --- a/versions.json +++ b/versions.json @@ -73,5 +73,6 @@ "1.50.0": "0.15.0", "1.51.0": "0.15.0", "1.52.0": "0.15.0", - "1.53.0": "0.15.0" + "1.53.0": "0.15.0", + "1.54.0": "0.15.0" } \ No newline at end of file