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

This commit is contained in:
Conventional Changelog Action 2022-10-30 19:38:55 +00:00
parent 1cdafe0380
commit 8c9e0ba248
2 changed files with 12 additions and 17 deletions

View file

@ -1,3 +1,13 @@
# [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))
# [5.0.0](https://github.com/zyachel/quetre/compare/v4.0.0...v5.0.0) (2022-10-14)
@ -48,18 +58,3 @@ closes https://github.com/zyachel/quetre/issues/68
# [3.2.0](https://github.com/zyachel/quetre/compare/v3.1.1...v3.2.0) (2022-07-24)
### Bug Fixes
* fix a fatal bug in viewController.js ([33c90c1](https://github.com/zyachel/quetre/commit/33c90c17b12cf15eadde16d35fbba4cede10919b))
* fix paragraph tag occuring inside heading tags ([65d14ba](https://github.com/zyachel/quetre/commit/65d14ba47c0d3bb1d2548972478a12a43f7e7500))
### Features
* add support for embedded content in answers ([bae2d7b](https://github.com/zyachel/quetre/commit/bae2d7b4f7f945d7eb55dddb4bd7e49ac21b2ae1))

View file

@ -1,6 +1,6 @@
{
"name": "quetre",
"version": "5.0.0",
"version": "5.1.0",
"description": "a libre front-end for Quora",
"private": true,
"type": "module",
@ -54,4 +54,4 @@
"public/*"
]
}
}
}