release: 1.11.2

This commit is contained in:
Elias Schneider
2025-09-20 22:05:21 +02:00
parent 6e24517197
commit 097bda349a
3 changed files with 18 additions and 2 deletions

View File

@@ -1 +1 @@
1.11.1 1.11.2

View File

@@ -1,3 +1,19 @@
## v1.11.2
### Bug Fixes
* embedded paths not found on windows([c55143d](https://github.com/pocket-id/pocket-id/commit/c55143d8c995fcd604edcdd448c50669e8682e33) by @stonith404)
* do not treat certain failures in app images bootstrap as fatal ([#966](https://github.com/pocket-id/pocket-id/pull/966) by @ItalyPaleAle)
* decouple images from app config service ([#965](https://github.com/pocket-id/pocket-id/pull/965) by @stonith404)
### Other
* use git cliff for release notes([fde4e9b](https://github.com/pocket-id/pocket-id/commit/fde4e9b38a34331137a64ce328dad6faf9885808) by @stonith404)
**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.11.1...v1.11.2
## v1.11.1 ## v1.11.1
### Bug Fixes ### Bug Fixes

View File

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