diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7323df51..74737bc4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.13.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d66380..03bcbd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/danielo515/obsidian-modal-form/compare/1.12.1...1.13.0) (2023-09-15) + + +### Features + +* limitedForm api ([b0acb29](https://github.com/danielo515/obsidian-modal-form/commit/b0acb29e85dc806bbf3ff04391c42c220bfcb178)), closes [#39](https://github.com/danielo515/obsidian-modal-form/issues/39) + ## [1.12.1](https://github.com/danielo515/obsidian-modal-form/compare/1.12.0...1.12.1) (2023-09-15) diff --git a/manifest.json b/manifest.json index ff0a4501..8b3658c3 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.12.1" + "version": "1.13.0" } \ No newline at end of file diff --git a/package.json b/package.json index e3c1a33b..13c5d2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.12.1", + "version": "1.13.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 caf9865f..873baf21 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.10.0": "0.15.0", "1.11.0": "0.15.0", "1.12.0": "0.15.0", - "1.12.1": "0.15.0" + "1.12.1": "0.15.0", + "1.13.0": "0.15.0" } \ No newline at end of file