diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb127..e1a244283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6e00d2f..dbf41b1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/stoatchat/for-web/compare/stoat-for-web-v0.10.0...stoat-for-web-v0.10.1) (2026-07-01) + + +### Bug Fixes + +* user could report priviledged accounts ([#1319](https://github.com/stoatchat/for-web/issues/1319)) ([9405255](https://github.com/stoatchat/for-web/commit/94052551cc5507a288069fae6ec551ed47a52d24)) + ## [0.10.0](https://github.com/stoatchat/for-web/compare/stoat-for-web-v0.9.1...stoat-for-web-v0.10.0) (2026-06-30) diff --git a/package.json b/package.json index ae38f2df6..e1c588830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stoat-for-web", - "version": "0.10.0", + "version": "0.10.1", "description": "Stoat for Web: frontend software for Stoat", "devDependencies": { "@eslint/js": "^9.39.1",