diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c43a232..a722b01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.55.0" + ".": "1.56.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5207ea7..d61991b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.56.0](https://github.com/danielo515/obsidian-modal-form/compare/1.55.0...1.56.0) (2024-12-19) + + +### Features + +* **core:** template service to use any available template engine to post-process templates ([a3f9d4e](https://github.com/danielo515/obsidian-modal-form/commit/a3f9d4e1e6eb648ecf49d5c3b73a3f3d605756df)) +* **templates:** offer retry on templater errors ([64dae86](https://github.com/danielo515/obsidian-modal-form/commit/64dae864a6d36e54038857b958cd21bf9f1fc412)) +* **templates:** post-process templates using templater ([ea01cd9](https://github.com/danielo515/obsidian-modal-form/commit/ea01cd93569771c4b21f7b70cc76928a957ac1aa)) + ## [1.55.0](https://github.com/danielo515/obsidian-modal-form/compare/1.54.0...1.55.0) (2024-12-12) diff --git a/manifest.json b/manifest.json index f136681..4c1173a 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.55.0" + "version": "1.56.0" } \ No newline at end of file diff --git a/package.json b/package.json index 278709c..2cc8995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.55.0", + "version": "1.56.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {