Browse Source

chore(release): 3.2.0

zyachel 1 year ago
parent
commit
2b00d5406a
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 7 - 0
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)
 
 

+ 1 - 1
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",