From f9645b430a2ed6b7c665ae724a7d34c791572b34 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:39:44 +0000 Subject: [PATCH] chore(master): release 1.57.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) 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..ab51c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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)) +* **parser:** add support for template transformations ([7e562bb](https://github.com/danielo515/obsidian-modal-form/commit/7e562bbf2d0f54e46a960158106c0512231dfd24)) +* **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": {