diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab6f84b..c43a232 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.54.0" + ".": "1.55.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7c78b..5207ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.55.0](https://github.com/danielo515/obsidian-modal-form/compare/1.54.0...1.55.0) (2024-12-12) + + +### Features + +* **input:** you can define a parent folder on the folder input ([d208648](https://github.com/danielo515/obsidian-modal-form/commit/d208648ba49cb8674b48b0f3f1eca9bfb9aed5ad)) + + +### Bug Fixes + +* remove deprecated usages ([96aed30](https://github.com/danielo515/obsidian-modal-form/commit/96aed30449aa0ac7006b34188559a9ec820b4c53)) + ## [1.54.0](https://github.com/danielo515/obsidian-modal-form/compare/1.53.0...1.54.0) (2024-12-11) diff --git a/manifest.json b/manifest.json index e83ae74..f136681 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.54.0" + "version": "1.55.0" } \ No newline at end of file diff --git a/package.json b/package.json index 5db3c46..278709c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.54.0", + "version": "1.55.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 8f0b10e..fad94a7 100644 --- a/versions.json +++ b/versions.json @@ -74,5 +74,6 @@ "1.51.0": "0.15.0", "1.52.0": "0.15.0", "1.53.0": "0.15.0", - "1.54.0": "0.15.0" + "1.54.0": "0.15.0", + "1.55.0": "0.15.0" } \ No newline at end of file