From 5f18118fe4174b55dc9069a542b9df9ae24157de Mon Sep 17 00:00:00 2001 From: master1lan Date: Tue, 4 Apr 2023 20:53:05 +0800 Subject: [PATCH] chore(release): 1.4.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",