diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d32a334..55c65b89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.36.1" + ".": "1.37.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce94ab3b..bd017a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.37.0](https://github.com/danielo515/obsidian-modal-form/compare/1.36.1...1.37.0) (2024-01-06) + + +### Features + +* command to directly edit a form ([47d4d8c](https://github.com/danielo515/obsidian-modal-form/commit/47d4d8cc6bebb1bf638c4dccf24fe4cc73094c36)) + ## [1.36.1](https://github.com/danielo515/obsidian-modal-form/compare/1.36.0...1.36.1) (2024-01-06) diff --git a/manifest.json b/manifest.json index 5134c52e..d38da8b9 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.36.1" + "version": "1.37.0" } \ No newline at end of file diff --git a/package.json b/package.json index 6a1e0572..81584a4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.36.1", + "version": "1.37.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d48dfe0e..4222169e 100644 --- a/versions.json +++ b/versions.json @@ -49,5 +49,6 @@ "1.34.0": "0.15.0", "1.35.0": "0.15.0", "1.36.0": "0.15.0", - "1.36.1": "0.15.0" + "1.36.1": "0.15.0", + "1.37.0": "0.15.0" } \ No newline at end of file