From ad1d3560f97a6236c696754aa7969dc2cf05f6d3 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 1 Nov 2024 23:52:30 +0100 Subject: [PATCH] release: 0.13.1 --- .version | 2 +- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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",