mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-04 13:37:39 +03:00
chore(release): 6.0.0
This commit is contained in:
parent
71587d0db4
commit
203adf5b93
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
||||||
|
|
||||||
|
## [6.0.0](https://github.com/zyachel/quetre/compare/v5.6.0...v6.0.0) (2023-03-04)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* older versions will not work with answer route
|
||||||
|
|
||||||
|
fix https://github.com/zyachel/quetre/issues/96
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* change japanese code from ja to jp ([ef46c5e](https://github.com/zyachel/quetre/commit/ef46c5ee3aa51064bcfde1011578e7062a044a61))
|
||||||
|
* fix a couple of `NaN`s ([71587d0](https://github.com/zyachel/quetre/commit/71587d0db410eb506a1c9673ffa627a23b5cd4fa))
|
||||||
|
* fix broken answers feed ([677b846](https://github.com/zyachel/quetre/commit/677b846eb2ef0dc6475e92f9a6de1c9dff23e051))
|
||||||
|
|
||||||
## [5.6.0](https://github.com/zyachel/quetre/compare/v5.5.0...v5.6.0) (2023-02-11)
|
## [5.6.0](https://github.com/zyachel/quetre/compare/v5.5.0...v5.6.0) (2023-02-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "quetre",
|
"name": "quetre",
|
||||||
"version": "5.6.0",
|
"version": "6.0.0",
|
||||||
"description": "a libre front-end for Quora",
|
"description": "a libre front-end for Quora",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue