From 428793b91874b35d74a493617f1807ceba63e711 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:00:30 +0000 Subject: [PATCH] chore(master): release 1.39.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 d691a5a2..124176dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.39.0" + ".": "1.39.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index afbb3b98..d70752ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.39.1](https://github.com/danielo515/obsidian-modal-form/compare/1.39.0...1.39.1) (2024-01-17) + + +### Bug Fixes + +* tag should allow unknown values ([4dec090](https://github.com/danielo515/obsidian-modal-form/commit/4dec09018f27c637c4f3c59f44f54dc968f15df8)) + ## [1.39.0](https://github.com/danielo515/obsidian-modal-form/compare/1.38.0...1.39.0) (2024-01-14) diff --git a/manifest.json b/manifest.json index 67f506c7..48b37f46 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.39.0" + "version": "1.39.1" } \ No newline at end of file diff --git a/package.json b/package.json index 0473b032..05af7466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.39.0", + "version": "1.39.1", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {