diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a722b01..b4373c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.56.0" + ".": "1.57.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b395567..a3d06bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.57.0](https://github.com/danielo515/obsidian-modal-form/compare/1.56.0...1.57.0) (2024-12-19) + + +### Features + +* **parser:** add support for parsing transformations ([2dbe84c](https://github.com/danielo515/obsidian-modal-form/commit/2dbe84c95da65504172a68ad974174b9c5bd48b7)) +* **template:** execute transformations when applying templates ([7552a2a](https://github.com/danielo515/obsidian-modal-form/commit/7552a2a6095ff1fd51c1b0010abfc08edc53ffa3)) + ## [1.56.0](https://github.com/danielo515/obsidian-modal-form/compare/1.55.0...1.56.0) (2024-12-19) diff --git a/manifest.json b/manifest.json index 4c1173a..9b92d97 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.56.0" + "version": "1.57.0" } \ No newline at end of file diff --git a/package.json b/package.json index 2cc8995..de61682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.56.0", + "version": "1.57.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {