diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0491ea37..77b34263 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.2" + ".": "0.40.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78844b38..acd2e394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.3](https://github.com/tstapler/stelekit/compare/v0.40.2...v0.40.3) (2026-06-11) + + +### Bug Fixes + +* **android:** stop large-graph startup crash from uncaught Throwables on the ViewModel scope ([#141](https://github.com/tstapler/stelekit/issues/141)) ([dd96cd1](https://github.com/tstapler/stelekit/commit/dd96cd17c92322ce00f28a3752f9737f918afa12)) + ## [0.40.2](https://github.com/tstapler/stelekit/compare/v0.40.1...v0.40.2) (2026-06-09) diff --git a/version.txt b/version.txt index 385bb682..e373c4ad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.40.2 +0.40.3