diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9c245ce..2e7965a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.50.0" + ".": "1.51.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2e448..026eb52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.51.0](https://github.com/danielo515/obsidian-modal-form/compare/1.50.0...1.51.0) (2024-09-07) + + +### Features + +* create an example vault ([6c1f7c8](https://github.com/danielo515/obsidian-modal-form/commit/6c1f7c88aac77cb7753e4cd605fd7a869d34e4b2)) + ## [1.50.0](https://github.com/danielo515/obsidian-modal-form/compare/1.49.0...1.50.0) (2024-07-10) diff --git a/manifest.json b/manifest.json index f711eb7..9942056 100644 --- a/manifest.json +++ b/manifest.json @@ -8,5 +8,5 @@ "fundingUrl": "https://www.buymeacoffee.com/danielo515", "helpUrl": "https://danielorodriguez.com/obsidian-modal-form/", "isDesktopOnly": false, - "version": "1.50.0" + "version": "1.51.0" } \ No newline at end of file diff --git a/package.json b/package.json index a74942e..4640b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.50.0", + "version": "1.51.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {