From 9c374422faf04ea32fa286c70bd5e31e8ad0449a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:58:11 +0000 Subject: [PATCH 1/2] chore(master): release 1.45.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efe06f4b..f0428c4b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.45.1" + ".": "1.45.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c50a1a01..674287fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.45.2](https://github.com/danielo515/obsidian-modal-form/compare/1.45.1...1.45.2) (2024-06-10) + + +### Bug Fixes + +* **runtime:** better weights in file suggestions ([aac26d1](https://github.com/danielo515/obsidian-modal-form/commit/aac26d13a369869918e4d857a3db832c8025d4a2)), closes [#272](https://github.com/danielo515/obsidian-modal-form/issues/272) + ## [1.45.1](https://github.com/danielo515/obsidian-modal-form/compare/1.45.0...1.45.1) (2024-06-04) diff --git a/manifest.json b/manifest.json index ba0157bb..2dc2c810 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.45.1" + "version": "1.45.2" } \ No newline at end of file diff --git a/package.json b/package.json index 3196d0a7..c7ebb6bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.45.1", + "version": "1.45.2", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": { From 86b8800addaaf75c508689dbb740e3ec8f765aa5 Mon Sep 17 00:00:00 2001 From: danielo515 Date: Mon, 10 Jun 2024 17:59:42 +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 f77c3356..4bbf09bb 100644 --- a/versions.json +++ b/versions.json @@ -64,5 +64,6 @@ "1.43.0": "0.15.0", "1.44.0": "0.15.0", "1.45.0": "0.15.0", - "1.45.1": "0.15.0" + "1.45.1": "0.15.0", + "1.45.2": "0.15.0" } \ No newline at end of file