1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 15:04:43 +00:00

release: 0.42.0

This commit is contained in:
Elias Schneider
2025-03-18 21:11:19 +01:00
parent a7c9741802
commit f74c7bf95d
3 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
0.41.0 0.42.0

View File

@@ -1,3 +1,10 @@
## [](https://github.com/pocket-id/pocket-id/compare/v0.41.0...v) (2025-03-18)
### Features
* store keys as JWK on disk ([#339](https://github.com/pocket-id/pocket-id/issues/339)) ([a7c9741](https://github.com/pocket-id/pocket-id/commit/a7c9741802667811c530ef4e6313b71615ec6a9b))
## [](https://github.com/pocket-id/pocket-id/compare/v0.40.1...v) (2025-03-18) ## [](https://github.com/pocket-id/pocket-id/compare/v0.40.1...v) (2025-03-18)

View File

@@ -1,6 +1,6 @@
{ {
"name": "pocket-id-frontend", "name": "pocket-id-frontend",
"version": "0.41.0", "version": "0.42.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {