From 964d1cd14248673be4c12069112170a90d518254 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:29:56 +0000 Subject: [PATCH 1/2] chore(master): release 1.44.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 346b8e29..ba39a19a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.43.0" + ".": "1.44.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b278876..c98a8da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.44.0](https://github.com/danielo515/obsidian-modal-form/compare/1.43.0...1.44.0) (2024-05-30) + + +### Features + +* more customizations in the generated template ([6db7d29](https://github.com/danielo515/obsidian-modal-form/commit/6db7d2914c099a1e14a670d73f9d5cbe84ed7cd3)) + + +### Bug Fixes + +* easy toggle all for fields to include in frontmatter ([8bf4fb4](https://github.com/danielo515/obsidian-modal-form/commit/8bf4fb4a30e9076d91d182e7a4359bba6426c5e3)) + ## [1.43.0](https://github.com/danielo515/obsidian-modal-form/compare/1.42.1...1.43.0) (2024-05-30) diff --git a/manifest.json b/manifest.json index 02f7f4d2..07d724fb 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.43.0" + "version": "1.44.0" } \ No newline at end of file diff --git a/package.json b/package.json index ac2581f6..66b48438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.43.0", + "version": "1.44.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": { From a0f6820ada12dd8af584e49416fbcf985d3eb776 Mon Sep 17 00:00:00 2001 From: danielo515 Date: Thu, 30 May 2024 19:38:05 +0000 Subject: [PATCH 2/2] chore: sync versions --- versions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 97c2d175..a5c24bb2 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "1.41.0": "0.15.0", "1.42.0": "0.15.0", "1.42.1": "0.15.0", - "1.43.0": "0.15.0" + "1.43.0": "0.15.0", + "1.44.0": "0.15.0" } \ No newline at end of file