From 27ea1fc2d35585c48816b1e5c513b656a4b58072 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 24 Nov 2024 18:55:51 +0100 Subject: [PATCH] release: 0.16.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a551051..04a373e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.15.0 +0.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ae2c8..adaf8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/frontend/package.json b/frontend/package.json index fd03927..1c3ce84 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.15.0", + "version": "0.16.0", "private": true, "scripts": { "dev": "vite dev --port 3000",