From afc5a73cf416c5b8028329892cda023b5e6f8b70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:14:35 +0000 Subject: [PATCH] chore(master): release obsidian-modal-form 1.7.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 f3f8f86c..c373bc09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c878c12..da3fda4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.7.0](https://github.com/danielo515/obsidian-modal-form/compare/obsidian-modal-form-v1.6.0...obsidian-modal-form-1.7.0) (2023-09-12) + + +### Features + +* duplicate form ([7a0f1c6](https://github.com/danielo515/obsidian-modal-form/commit/7a0f1c6000d309c447fc4cb7e345dbf0f435944e)), closes [#20](https://github.com/danielo515/obsidian-modal-form/issues/20) + + +### Bug Fixes + +* fix the versioning, I hope ([7bb7d7d](https://github.com/danielo515/obsidian-modal-form/commit/7bb7d7da9b58c1a7055d3178b4528f346ea62edd)) + ## [1.6.0](https://github.com/danielo515/obsidian-modal-form/compare/1.5.0...1.6.0) (2023-09-12) diff --git a/manifest.json b/manifest.json index d6673daf..445e85b6 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.6.0" + "version": "1.7.0" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4b05f590..b4ef17e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-modal-form", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-modal-form", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 3ec6eff2..0576f6ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.6.0", + "version": "1.7.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {