diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fccd6..d675309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ -# Changelog +变更日志 +### [0.0.10](https://github.com/clouDr-f2e/rubick/compare/v0.0.9...v0.0.10) (2021-09-23) -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. + +### 新增功能 + +* 增加 changelog 功能 ([69626ed](https://github.com/clouDr-f2e/rubick/commit/69626ed69e4a19d6e85388591a5c1273806893f3)) + + +### 文档 + +* 增加 changelog 功能 ([3bd9271](https://github.com/clouDr-f2e/rubick/commit/3bd927140366da9f4b3a3e6e81cad04d92c76c55)) ### [0.0.9](https://gitlab.91jkys.com/web/rubick2/compare/v0.0.8...v0.0.9) (2021-09-23) diff --git a/package.json b/package.json index 561211c..8e9af1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick2", - "version": "0.0.9", + "version": "0.0.10", "author": "muwoo <2424880409@qq.com>", "description": "An electron-vue project", "license": null,