diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20050307..c4cd77b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.40.1" + ".": "1.40.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a0daad8e..b20d0b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.40.2](https://github.com/danielo515/obsidian-modal-form/compare/1.40.1...1.40.2) (2024-01-22) + + +### Bug Fixes + +* support html in the document_block ([1717937](https://github.com/danielo515/obsidian-modal-form/commit/171793791d66e818b166a90d4701632d232218b0)) + ## [1.40.1](https://github.com/danielo515/obsidian-modal-form/compare/1.40.0...1.40.1) (2024-01-21) diff --git a/manifest.json b/manifest.json index 5a2a9305..b76900ee 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.40.1" + "version": "1.40.2" } \ No newline at end of file diff --git a/package.json b/package.json index 06affb23..c5df13dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.40.1", + "version": "1.40.2", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {