mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-03 21:17:36 +03:00
chore(release): v5.4.0 [skip ci]
This commit is contained in:
parent
7106a5e365
commit
0cd38a7f76
2 changed files with 15 additions and 17 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue