From dfc45f4e4a4601fec05d3fa10731f6a5dc372457 Mon Sep 17 00:00:00 2001 From: zyachel Date: Sun, 15 Dec 2024 15:04:10 +0530 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28492b2..4342c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [4.1.0](https://github.com/zyachel/libremdb/compare/v4.0.0...v4.1.0) (2024-12-15) + + +### Features + +* github workflow for building container images ([4caf603](https://github.com/zyachel/libremdb/commit/4caf603162e17b9bb5c58db004dabb580172e267)) + + +### Bug Fixes + +* **reviews:** revert implementation of reviews route ([1030798](https://github.com/zyachel/libremdb/commit/1030798a734c2fa1d123476b24810b953d02146e)) + ## [4.0.0](https://github.com/zyachel/libremdb/compare/v3.4.0...v4.0.0) (2024-08-24) diff --git a/package.json b/package.json index 8e30e88..56ba562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libremdb", - "version": "4.0.0", + "version": "4.1.0", "description": "a free & open source IMDb front-end", "private": true, "type": "module",