From c36e7f29fac3a0606cc057cdedabe870ec735355 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:06:23 +0000 Subject: [PATCH] chore(master): release 1.12.1 --- .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 d3d86b87..7323df51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.12.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7e8c98..a4d66380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.1](https://github.com/danielo515/obsidian-modal-form/compare/1.12.0...1.12.1) (2023-09-15) + + +### Bug Fixes + +* make sure the editor always has the right height ([53f10b3](https://github.com/danielo515/obsidian-modal-form/commit/53f10b3a2451efd347855e486f46aa64eaaeeec3)), closes [#38](https://github.com/danielo515/obsidian-modal-form/issues/38) + ## [1.12.0](https://github.com/danielo515/obsidian-modal-form/compare/1.11.0...1.12.0) (2023-09-15) diff --git a/manifest.json b/manifest.json index 92f37f34..ff0a4501 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.12.0" + "version": "1.12.1" } \ No newline at end of file diff --git a/package.json b/package.json index 7e9ea3d8..e3c1a33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.12.0", + "version": "1.12.1", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {