release: 0.13.0

This commit is contained in:
Elias Schneider
2024-10-31 18:13:54 +01:00
parent 78c88f5339
commit 0de4b55dc4
3 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
0.12.0 0.13.0

View File

@@ -1,3 +1,10 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.12.0...v) (2024-10-31)
### Features
* add ability to define expiration of one time link ([2ccabf8](https://github.com/stonith404/pocket-id/commit/2ccabf835c2c923d6986d9cafb4e878f5110b91a))
## [](https://github.com/stonith404/pocket-id/compare/v0.11.0...v) (2024-10-28) ## [](https://github.com/stonith404/pocket-id/compare/v0.11.0...v) (2024-10-28)

View File

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