diff --git a/.version b/.version index 54d1a4f..c317a91 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.13.0 +0.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9273fd5..8e96c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.13.0...v) (2024-11-01) + + +### Features + +* add list empty indicator ([becfc00](https://github.com/stonith404/pocket-id/commit/becfc0004a87c01e18eb92ac85bf4e33f105b6a3)) + + +### Bug Fixes + +* errors in middleware do not abort the request ([376d747](https://github.com/stonith404/pocket-id/commit/376d747616b1e835f252d20832c5ae42b8b0b737)) +* typo in Self-Account Editing description ([5b9f4d7](https://github.com/stonith404/pocket-id/commit/5b9f4d732615f428c13d3317da96a86c5daebd89)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.12.0...v) (2024-10-31) diff --git a/frontend/package.json b/frontend/package.json index 0f55921..9242ef5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.13.0", + "version": "0.13.1", "private": true, "scripts": { "dev": "vite dev --port 3000",