From 2b00d5406aa35d75d02b3cfdf067a0c406d8a20f Mon Sep 17 00:00:00 2001 From: zyachel Date: Sun, 29 Oct 2023 00:50:34 +0530 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f3bf7..cfbd7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.2.0](https://github.com/zyachel/libremdb/compare/v3.1.1...v3.2.0) (2023-10-28) + + +### Features + +* **list:** add list route ([97f1432](https://github.com/zyachel/libremdb/commit/97f1432ac5d23206229d806b7cb3e04af6dec36f)) + ## [3.1.1](https://github.com/zyachel/libremdb/compare/v3.1.0...v3.1.1) (2023-10-14) diff --git a/package.json b/package.json index cf607a0..78327ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libremdb", - "version": "3.1.1", + "version": "3.2.0", "description": "a free & open source IMDb front-end", "private": true, "type": "module",