release: 0.35.1

This commit is contained in:
Elias Schneider
2025-02-22 14:59:43 +01:00
parent a6ae7ae287
commit 20eba1378e
3 changed files with 10 additions and 2 deletions

View File

@@ -1 +1 @@
0.35.0 0.35.1

View File

@@ -1,3 +1,11 @@
## [](https://github.com/pocket-id/pocket-id/compare/v0.35.0...v) (2025-02-22)
### Bug Fixes
* add validation that `PUBLIC_APP_URL` can't contain a path ([a6ae7ae](https://github.com/pocket-id/pocket-id/commit/a6ae7ae28713f7fc8018ae2aa7572986df3e1a5b))
* binary profile picture can't be imported from LDAP ([840a672](https://github.com/pocket-id/pocket-id/commit/840a672fc35ca8476caf86d7efaba9d54bce86aa))
## [](https://github.com/pocket-id/pocket-id/compare/v0.34.0...v) (2025-02-19) ## [](https://github.com/pocket-id/pocket-id/compare/v0.34.0...v) (2025-02-19)

View File

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