diff --git a/.version b/.version index ac454c6..54d1a4f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.12.0 +0.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4dbee..9273fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/frontend/package.json b/frontend/package.json index 73073be..0f55921 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.12.0", + "version": "0.13.0", "private": true, "scripts": { "dev": "vite dev --port 3000",