From 536c7910365b0151ab1db11caba0ed408a8bf080 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:59:48 +0000 Subject: [PATCH 1/2] chore(master): release 1.16.4 --- .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 84127685..d4a575a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.3" + ".": "1.16.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 231f3107..5ba48369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.16.4](https://github.com/danielo515/obsidian-modal-form/compare/1.16.3...1.16.4) (2023-10-16) + + +### Bug Fixes + +* do not close existing leafs, reuse instead ([b00b6b8](https://github.com/danielo515/obsidian-modal-form/commit/b00b6b8d407371450bf4ab0f88cf1fd68f36855f)), closes [#36](https://github.com/danielo515/obsidian-modal-form/issues/36) +* open the main view in a new tab ([b00b6b8](https://github.com/danielo515/obsidian-modal-form/commit/b00b6b8d407371450bf4ab0f88cf1fd68f36855f)) + ## [1.16.3](https://github.com/danielo515/obsidian-modal-form/compare/1.16.2...1.16.3) (2023-10-16) diff --git a/manifest.json b/manifest.json index 8cf6ca76..96edd437 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.16.3" + "version": "1.16.4" } \ No newline at end of file diff --git a/package.json b/package.json index 99c08488..b06c3dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.16.3", + "version": "1.16.4", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": { From a6ec58977ff2172c815ce08d22d75113dc507492 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" Date: Mon, 16 Oct 2023 10:00:04 +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 60ef8b9c..b328f1d3 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.16.0": "0.15.0", "1.16.1": "0.15.0", "1.16.2": "0.15.0", - "1.16.3": "0.15.0" + "1.16.3": "0.15.0", + "1.16.4": "0.15.0" } \ No newline at end of file