diff --git a/.version b/.version index 697f087..48f7a71 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.28.0 +0.28.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bab277a..c2d4fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.28.0...v) (2025-02-04) + + +### Bug Fixes + +* don't return error page if version info fetching failed ([d06257e](https://github.com/stonith404/pocket-id/commit/d06257ec9b5e46e25e40c174b4bef02dca0a1ea3)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.27.2...v) (2025-02-03) diff --git a/frontend/package.json b/frontend/package.json index dd83df2..3d6fe38 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.28.0", + "version": "0.28.1", "private": true, "type": "module", "scripts": {