chore(release): 4.1.0

This commit is contained in:
zyachel 2024-12-15 15:04:10 +05:30
parent 630aae3cd8
commit dfc45f4e4a
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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",