release: 0.16.0

This commit is contained in:
Elias Schneider
2024-11-24 18:55:51 +01:00
parent f637a89f57
commit 27ea1fc2d3
3 changed files with 10 additions and 2 deletions

View File

@@ -1 +1 @@
0.15.0
0.16.0

View File

@@ -1,3 +1,11 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.15.0...v) (2024-11-24)
### Features
* add health check ([058084e](https://github.com/stonith404/pocket-id/commit/058084ed64816b12108e25bf04af988fc97772ed))
* improve error message for invalid callback url ([f637a89](https://github.com/stonith404/pocket-id/commit/f637a89f579aefb8dc3c3c16a27ef0bc453dfe40))
## [](https://github.com/stonith404/pocket-id/compare/v0.14.0...v) (2024-11-21)

View File

@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",