diff --git a/.version b/.version index 0f1a7dfc..ca75280b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.37.0 +0.38.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7200f245..da0a0b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.37.0...v) (2025-03-10) + + +### Features + +* add env variable to disable update check ([31198fe](https://github.com/pocket-id/pocket-id/commit/31198feec2ae77dd6673c42b42002871ddd02d37)) + + +### Bug Fixes + +* redirection not correctly if signing in with email code ([e5ec264](https://github.com/pocket-id/pocket-id/commit/e5ec264bfd535752565bcc107099a9df5cb8aba7)) +* typo in account settings ([#307](https://github.com/pocket-id/pocket-id/issues/307)) ([c822192](https://github.com/pocket-id/pocket-id/commit/c8221921245deb3008f655740d1a9460dcdab2fc)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.36.0...v) (2025-03-10) diff --git a/frontend/package.json b/frontend/package.json index 32aedd22..f22ec98d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.37.0", + "version": "0.38.0", "private": true, "type": "module", "scripts": {