From 58a4d9bcb3114851d407fee8d8ce1a0df897d0a5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:25:02 +0000 Subject: [PATCH] chore(master): release 1.45.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a37b8695..a02879aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.44.1" + ".": "1.45.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f83928..786e4539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.45.0](https://github.com/danielo515/obsidian-modal-form/compare/1.44.1...1.45.0) (2024-06-04) + + +### Features + +* **templater:** customize result name in template builder ([16a2297](https://github.com/danielo515/obsidian-modal-form/commit/16a2297371e2efc449b838a42dd838e4ed419193)) +* **templater:** easily build template body ([b705136](https://github.com/danielo515/obsidian-modal-form/commit/b7051362f34a2d785581e0265b7ef7ebc7b1b3de)) + ## [1.44.1](https://github.com/danielo515/obsidian-modal-form/compare/1.44.0...1.44.1) (2024-05-31) diff --git a/manifest.json b/manifest.json index 11e213be..f3c23a2d 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.44.1" + "version": "1.45.0" } \ No newline at end of file diff --git a/package.json b/package.json index b6f4b999..9fe76b0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.44.1", + "version": "1.45.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {