From 1127647c981c1c971e19ff9de5b93c6ba36b70a5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:00:27 +0000 Subject: [PATCH 1/2] chore(master): release 1.38.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 55c65b89..1d4dd575 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.37.0" + ".": "1.38.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd017a13..3cf5bfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.38.0](https://github.com/danielo515/obsidian-modal-form/compare/1.37.0...1.38.0) (2024-01-13) + + +### Features + +* **core:** enrich_tfile utility function ([1cf4508](https://github.com/danielo515/obsidian-modal-form/commit/1cf4508be2ee6ac52d22a8e7c17fb5728ddafbf0)) +* **form:** the input file is now fuzzy over path and tags. It shows a nicer UI that includes the path ([38dc4b3](https://github.com/danielo515/obsidian-modal-form/commit/38dc4b3060b089bc8829bde2f34ff198830a283e)) +* **input:** note suggest shows the parent folder of the note ([6409ebf](https://github.com/danielo515/obsidian-modal-form/commit/6409ebf217730f33b223e7e6b03d5f7a70abe8ac)) + ## [1.37.0](https://github.com/danielo515/obsidian-modal-form/compare/1.36.1...1.37.0) (2024-01-06) diff --git a/manifest.json b/manifest.json index d38da8b9..98e558f7 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://danielo.es", "fundingUrl": "https://www.buymeacoffee.com/danielo515", "isDesktopOnly": false, - "version": "1.37.0" + "version": "1.38.0" } \ No newline at end of file diff --git a/package.json b/package.json index 81584a4e..4f0e8840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.37.0", + "version": "1.38.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 f519f74664204e212b1f5c6b7040d89f3dd8eec8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" Date: Sat, 13 Jan 2024 16:00:40 +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 4222169e..95b43cda 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "1.35.0": "0.15.0", "1.36.0": "0.15.0", "1.36.1": "0.15.0", - "1.37.0": "0.15.0" + "1.37.0": "0.15.0", + "1.38.0": "0.15.0" } \ No newline at end of file