From 2afb5b1da6421d84b1da5a50f2985db94a49f2e8 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 1 Dec 2022 17:04:11 +0000 Subject: [PATCH] chore(release): v2.2.1 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 012e3af..3bc3b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.1](https://github.com/zyachel/libremdb/compare/v2.2.0...v2.2.1) (2022-12-01) + + +### Bug Fixes + +* **title:** fix site crash ([dd75df0](https://github.com/zyachel/libremdb/commit/dd75df01eb7c03d8945a8bd20ed231a66bd88b8f)) + + + # [2.2.0](https://github.com/zyachel/libremdb/compare/v2.1.0...v2.2.0) (2022-11-13) @@ -73,12 +82,3 @@ -## [0.1.1](https://github.com/zyachel/libremdb/compare/v0.1.0...v0.1.1) (2022-06-03) - - -### Bug Fixes - -* typo in URL ([#2](https://github.com/zyachel/libremdb/issues/2)) ([9f35a66](https://github.com/zyachel/libremdb/commit/9f35a668b508d79353da5db70014d99094788d5a)) - - - diff --git a/package.json b/package.json index 7317acd..6e76434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libremdb", - "version": "2.2.0", + "version": "2.2.1", "description": "a free & open source IMDb front-end", "private": true, "type": "module",