chore(release): v5.4.0 [skip ci]

This commit is contained in:
Conventional Changelog Action 2023-01-07 18:13:53 +00:00
parent 7106a5e365
commit 0cd38a7f76
2 changed files with 15 additions and 17 deletions

View file

@ -1,3 +1,17 @@
# [5.4.0](https://github.com/zyachel/quetre/compare/v5.3.0...v5.4.0) (2023-01-07)
### Bug Fixes
* **routes:** add unimplemented error message to `space` route ([8820f36](https://github.com/zyachel/quetre/commit/8820f36af80f29d861a47526538293357e7c32f3))
### Features
* **lang:** add ability to choose language in search route ([cca6f69](https://github.com/zyachel/quetre/commit/cca6f69deda235fa87416e28a4dd557698974e3d))
# [5.3.0](https://github.com/zyachel/quetre/compare/v5.2.0...v5.3.0) (2023-01-07)
@ -35,19 +49,3 @@
# [5.0.0](https://github.com/zyachel/quetre/compare/v4.0.0...v5.0.0) (2022-10-14)
### Bug Fixes
* **fetcher.js:** fix broken data fetching logic ([5e1d605](https://github.com/zyachel/quetre/commit/5e1d60525ed04d22cbc71c101fbbb96f4e200b73))
### BREAKING CHANGES
* **fetcher.js:** previous versions won't work
fix https://github.com/zyachel/quetre/issues/72

View file

@ -1,6 +1,6 @@
{
"name": "quetre",
"version": "5.3.0",
"version": "5.4.0",
"description": "a libre front-end for Quora",
"private": true,
"type": "module",