diff --git a/CHANGELOG.md b/CHANGELOG.md index f21550f..6b3fb7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 1.4.1 (2023-04-04) + + +### 🐛 Bug Fixes + +* **custom**: 修复sentry无法捕获到路由的错误 ([6003529](https://vlink.dev/EOEFANS/eoefans-web/commits/6003529)) + + + # 1.4.0 (2023-03-31) diff --git a/package.json b/package.json index 6ecba18..f52a920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",