From 7501b6907887aeaa6b057e2e3dc5272caa0dc3fe Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 13 Nov 2022 12:51:29 +0000 Subject: [PATCH] chore(release): v2.2.0 [skip ci] --- CHANGELOG.md | 23 ++++++++++++++--------- package.json | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebd1fc..012e3af 100644 --- a/CHANGELOG.md +++ b/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)) - - - diff --git a/package.json b/package.json index a219a60..7317acd 100644 --- a/package.json +++ b/package.json @@ -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",