chore(release): v2.2.0 [skip ci]
This commit is contained in:
parent
5dc6f60cae
commit
7501b69078
2 changed files with 15 additions and 10 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
# [2.2.0](https://github.com/zyachel/libremdb/compare/v2.1.0...v2.2.0) (2022-11-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **redis:** fix logs being polluted when redis is disabled ([5fd0d92](https://github.com/zyachel/libremdb/commit/5fd0d9218707797999fe49e256244bb5cb8d2f66))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* force a certain language when getting data ([1658769](https://github.com/zyachel/libremdb/commit/1658769a30eae5e642c7c2a54aecf88aec4fd274))
|
||||
|
||||
|
||||
|
||||
# [2.1.0](https://github.com/zyachel/libremdb/compare/v2.0.0...v2.1.0) (2022-11-13)
|
||||
|
||||
|
||||
|
@ -68,12 +82,3 @@
|
|||
|
||||
|
||||
|
||||
# [0.1.0](https://github.com/zyachel/libremdb/compare/30dac07ba33dbe4331a5c9fa6cd2c332100868df...v0.1.0) (2022-05-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add review section ([30dac07](https://github.com/zyachel/libremdb/commit/30dac07ba33dbe4331a5c9fa6cd2c332100868df))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "libremdb",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "a free & open source IMDb front-end",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in a new issue