From 392940ba267e0ddbe7b9811c844f56c1f78820c4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:34:56 +0000 Subject: [PATCH] chore(master): release obsidian-modal-form 1.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47f955cf..e0e39ede 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8528337b..7b73f9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.0](https://github.com/danielo515/obsidian-modal-form/compare/obsidian-modal-form-1.8.0...obsidian-modal-form-1.9.0) (2023-09-14) + + +### Features + +* keep the form header always visible ([216d9b4](https://github.com/danielo515/obsidian-modal-form/commit/216d9b40a9ebfcc4ca208a5d0ba326cd73c755d5)), closes [#11](https://github.com/danielo515/obsidian-modal-form/issues/11) + + +### Bug Fixes + +* release-bot ([0586068](https://github.com/danielo515/obsidian-modal-form/commit/0586068e6b69a3659fd27377510b0de3eeba6387)) + ## [1.8.0](https://github.com/danielo515/obsidian-modal-form/compare/obsidian-modal-form-1.7.1...obsidian-modal-form-1.8.0) (2023-09-13) diff --git a/manifest.json b/manifest.json index 3ba8a642..1b551fab 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.8.0" + "version": "1.9.0" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 81dcbb12..dd14b016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-modal-form", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-modal-form", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 81cfcca9..d467672e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.8.0", + "version": "1.9.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {