diff --git a/CHANGELOG.md b/CHANGELOG.md index f57a17b..2177bb2 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. +## [0.1.2](/compare/v0.1.1...v0.1.2) (2023-03-01) + + +### 📝 Documentation + +* **custom**: 修改文档 605770f + + + ## [0.1.1](/compare/v0.1.0...v0.1.1) (2023-03-01) diff --git a/package.json b/package.json index 031a3c6..c63e16d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",