From f8ba8c056ceb3fe871ae2669f429313accaa060c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:31:25 +0000 Subject: [PATCH 1/2] chore(master): release 1.22.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e3edff1..b8f5421b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.21.0" + ".": "1.22.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf79c9b..de663434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.22.0](https://github.com/danielo515/obsidian-modal-form/compare/1.21.0...1.22.0) (2023-10-26) + + +### Features + +* allow pick/omit in Result helpers ([1c5bd5f](https://github.com/danielo515/obsidian-modal-form/commit/1c5bd5f09a2525ffcdb9226834730b044a3aee6c)), closes [#101](https://github.com/danielo515/obsidian-modal-form/issues/101) + + +### Bug Fixes + +* add tests for result class and helpers ([e4eea18](https://github.com/danielo515/obsidian-modal-form/commit/e4eea189d168fb80000ca722630334c018f6fd04)) +* dataview list format is now correct ([e4eea18](https://github.com/danielo515/obsidian-modal-form/commit/e4eea189d168fb80000ca722630334c018f6fd04)) + ## [1.21.0](https://github.com/danielo515/obsidian-modal-form/compare/1.20.0...1.21.0) (2023-10-25) diff --git a/manifest.json b/manifest.json index 1ca8167c..c70d25ac 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.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/package.json b/package.json index 08624fb9..95e44b18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.21.0", + "version": "1.22.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 0ea55529655813be4ed114aabdbee8b31523f645 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" Date: Thu, 26 Oct 2023 11:31:39 +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 5f9be85e..37a428e2 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "1.18.0": "0.15.0", "1.19.0": "0.15.0", "1.20.0": "0.15.0", - "1.21.0": "0.15.0" + "1.21.0": "0.15.0", + "1.22.0": "0.15.0" } \ No newline at end of file