diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31407002..11d02081 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.34.0" + ".": "1.35.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d3701834..4e2699a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.35.0](https://github.com/danielo515/obsidian-modal-form/compare/1.34.0...1.35.0) (2024-01-01) + + +### Features + +* option to have a global shortcut to modal form ([d262a0e](https://github.com/danielo515/obsidian-modal-form/commit/d262a0e2bb6a5173611226fe284afeb090ce8695)) + ## [1.34.0](https://github.com/danielo515/obsidian-modal-form/compare/1.33.0...1.34.0) (2023-12-29) diff --git a/manifest.json b/manifest.json index 7d7693fe..1de487f1 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.34.0" + "version": "1.35.0" } \ No newline at end of file diff --git a/package.json b/package.json index 29b904d7..d1464ca6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.34.0", + "version": "1.35.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 c19a5709..4bec4d3b 100644 --- a/versions.json +++ b/versions.json @@ -46,5 +46,6 @@ "1.32.0": "0.15.0", "1.32.1": "0.15.0", "1.33.0": "0.15.0", - "1.34.0": "0.15.0" + "1.34.0": "0.15.0", + "1.35.0": "0.15.0" } \ No newline at end of file