diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc96ffd..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.143" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 137dc17..1f16e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/helbertm/hSQLite-Editor/compare/hsqlite-editor-v0.3.143...hsqlite-editor-v0.4.0) (2026-07-23) + + +### Features + +* **help:** add feature request shortcut ([f246330](https://github.com/helbertm/hSQLite-Editor/commit/f246330286559528d397388b7d3696ce1275d303)) +* **schema:** keep quick guide open in empty state ([60d9d3c](https://github.com/helbertm/hSQLite-Editor/commit/60d9d3c3e0e71e2c1eb2d51b7f1f36a11c1feb0a)) + + +### Bug Fixes + +* **release:** support external attestation bundles ([9e0b2ef](https://github.com/helbertm/hSQLite-Editor/commit/9e0b2ef0f244c1904d5aff37073fb60b31ded928)) + ## [0.3.143](https://github.com/helbertm/hSQLite-Editor/compare/hsqlite-editor-v0.3.142...hsqlite-editor-v0.3.143) (2026-06-12) ### Initial Open-Source Release diff --git a/index.html b/index.html index 50f1772..24f9f2d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - hSQLite Editor v0.3.143 + hSQLite Editor v0.4.0