diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fac2ac68..d34abb13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.40.3" + ".": "1.40.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e5997d..ed9326cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.40.4](https://github.com/danielo515/obsidian-modal-form/compare/1.40.3...1.40.4) (2024-04-25) + + +### Bug Fixes + +* make the editor headers stick only on big screens ([4193246](https://github.com/danielo515/obsidian-modal-form/commit/4193246f14b2f7165c58ff2829b9fbf0b550dfe4)) + ## [1.40.3](https://github.com/danielo515/obsidian-modal-form/compare/1.40.2...1.40.3) (2024-04-20) diff --git a/manifest.json b/manifest.json index 17a5b24d..771055ab 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.3" + "version": "1.40.4" } \ No newline at end of file diff --git a/package.json b/package.json index 4ec27cca..2e2622f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.40.3", + "version": "1.40.4", "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 0d3063ab..6e5eb60f 100644 --- a/versions.json +++ b/versions.json @@ -56,5 +56,6 @@ "1.39.1": "0.15.0", "1.40.0": "0.15.0", "1.40.2": "0.15.0", - "1.40.3": "0.15.0" + "1.40.3": "0.15.0", + "1.40.4": "0.15.0" } \ No newline at end of file