release: 0.20.1

This commit is contained in:
Elias Schneider
2024-12-13 09:12:37 +01:00
parent 5480ab0f18
commit aeda512cb7
3 changed files with 10 additions and 2 deletions

View File

@@ -1 +1 @@
0.20.0
0.20.1

View File

@@ -1,3 +1,11 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.20.0...v) (2024-12-13)
### Bug Fixes
* `create-one-time-access-token.sh` script not compatible with postgres ([34e3519](https://github.com/stonith404/pocket-id/commit/34e35193f9f3813f6248e60f15080d753e8da7ae))
* wrong date time datatype used for read operations with Postgres ([bad901e](https://github.com/stonith404/pocket-id/commit/bad901ea2b661aadd286e5e4bed317e73bd8a70d))
## [](https://github.com/stonith404/pocket-id/compare/v0.19.0...v) (2024-12-12)

View File

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