diff --git a/CHANGELOG.md b/CHANGELOG.md index ba35f76..f66d6c5 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.2.0 (2023-03-05) + + +### ✨ Features + +* **custom**: pc端搜索优化以及增加多数tag和名字 ([5b711c5](https://vlink.dev/EOEFANS/eoefans-web/commits/5b711c5)), closes [#42](https://vlink.dev/EOEFANS/eoefans-web/issues/42) + + + ## 1.1.1 (2023-03-05) diff --git a/package.json b/package.json index bb9fd2c..8d0f7d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "1.1.1", + "version": "1.2.0", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",