release: 0.20.0

This commit is contained in:
Elias Schneider
2024-12-12 17:21:58 +01:00
parent 9d20a98dbb
commit 232c13b5ca
3 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
0.19.0 0.20.0

View File

@@ -1,3 +1,10 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.19.0...v) (2024-12-12)
### Features
* add support for Postgres database provider ([#79](https://github.com/stonith404/pocket-id/issues/79)) ([9d20a98](https://github.com/stonith404/pocket-id/commit/9d20a98dbbc322fa6f0644e8b31e6b97769887ce))
## [](https://github.com/stonith404/pocket-id/compare/v0.18.0...v) (2024-11-29) ## [](https://github.com/stonith404/pocket-id/compare/v0.18.0...v) (2024-11-29)

View File

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