From 404a588a8c51c468fcb54549b6d06b1016f0e558 Mon Sep 17 00:00:00 2001 From: master1lan Date: Sun, 5 Mar 2023 03:45:00 +0000 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777c06b..006d314 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.0.5 (2023-03-05) + + +### 🐛 Bug Fixes + +* **custom**: 修复历史记录重复的问题 ([b9a4795](https://vlink.dev/EOEFANS/eoefans-web/commits/b9a4795)), closes [#37](https://vlink.dev/EOEFANS/eoefans-web/issues/37) + + + ## 1.0.4 (2023-03-05) diff --git a/package.json b/package.json index f69bcc8..9e5558c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",