diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ae1b2..821fbd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [5.5.0](https://github.com/zyachel/quetre/compare/v5.4.0...v5.5.0) (2023-01-15) + + +### Bug Fixes + +* fix outgoing url on error page ([595b720](https://github.com/zyachel/quetre/commit/595b720ee12b234a9454e470139a3a40b4ad600f)) +* ui fixes for webkit-based browsers ([44229f8](https://github.com/zyachel/quetre/commit/44229f87027b1b15d38c2739b9d85bec40a36bd8)) + + +### Features + +* add redirection route ([4199bb3](https://github.com/zyachel/quetre/commit/4199bb38c379fa5e6c2c5e58098c63534c1743b5)) + + + # [5.4.0](https://github.com/zyachel/quetre/compare/v5.3.0...v5.4.0) (2023-01-07) @@ -39,13 +54,3 @@ -# [5.1.0](https://github.com/zyachel/quetre/compare/v5.0.0...v5.1.0) (2022-10-30) - - -### Features - -* add search functionality ([1cdafe0](https://github.com/zyachel/quetre/commit/1cdafe0380df6e00285777f757c0b2c76b78b371)) -* improve data fetching logic ([86df583](https://github.com/zyachel/quetre/commit/86df58367a147939ebd4057071d5450556737eac)) - - - diff --git a/package.json b/package.json index 8d0ae7b..2c67396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quetre", - "version": "5.4.0", + "version": "5.5.0", "description": "a libre front-end for Quora", "private": true, "type": "module",