diff --git a/.version b/.version index 339fd080..8298bb08 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.42.1 +0.43.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3222781c..2ae62080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.42.1...v) (2025-03-20) + + +### Features + +* add support for translations ([#349](https://github.com/pocket-id/pocket-id/issues/349)) ([269b5a3](https://github.com/pocket-id/pocket-id/commit/269b5a3c9249bb8081c74741141d3d5a69ea42a2)) +* **passkeys:** name new passkeys based on agguids ([#332](https://github.com/pocket-id/pocket-id/issues/332)) ([041c565](https://github.com/pocket-id/pocket-id/commit/041c565dc10f15edb3e8ab58e9a4df5e48a2a6d3)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.42.0...v) (2025-03-18) diff --git a/frontend/package.json b/frontend/package.json index eba0aff0..5a965f56 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.42.1", + "version": "0.43.0", "private": true, "type": "module", "scripts": {