浏览代码

chore(release): v2.4.0 [skip ci]

Conventional Changelog Action 2 年之前
父节点
当前提交
78b8a9afc3
共有 2 个文件被更改,包括 15 次插入15 次删除
  1. 14 14
      CHANGELOG.md
  2. 1 1
      package.json

+ 14 - 14
CHANGELOG.md

@@ -1,3 +1,17 @@
+# [2.4.0](https://github.com/zyachel/libremdb/compare/v2.3.1...v2.4.0) (2023-01-22)
+
+
+### Bug Fixes
+
+* fix app crash ([71d1d5b](https://github.com/zyachel/libremdb/commit/71d1d5b34e2866729ae0c96c59ea51e8d1a3dcca))
+
+
+### Features
+
+* add error boundary ([5cc2ef0](https://github.com/zyachel/libremdb/commit/5cc2ef02cec0b31c5d449e189a054fbef5801f60))
+
+
+
 ## [2.3.1](https://github.com/zyachel/libremdb/compare/v2.3.0...v2.3.1) (2023-01-15)
 
 
@@ -39,17 +53,3 @@
 
 
 
-# [2.2.0](https://github.com/zyachel/libremdb/compare/v2.1.0...v2.2.0) (2022-11-13)
-
-
-### Bug Fixes
-
-* **redis:** fix logs being polluted when redis is disabled ([5fd0d92](https://github.com/zyachel/libremdb/commit/5fd0d9218707797999fe49e256244bb5cb8d2f66))
-
-
-### Features
-
-* force a certain language when getting data ([1658769](https://github.com/zyachel/libremdb/commit/1658769a30eae5e642c7c2a54aecf88aec4fd274))
-
-
-

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "libremdb",
-  "version": "2.3.1",
+  "version": "2.4.0",
   "description": "a free & open source IMDb front-end",
   "private": true,
   "type": "module",