diff --git a/CHANGELOG.md b/CHANGELOG.md index 654c389..e165b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1.1 (2021-12-04) + + +### Features + +* 实现 clone 指令,将仓库拉取到本地,并生成仓库及模板配置文件 ([fceb88f](https://github.com/friendlysxw/template-library-cli/commit/fceb88fa875f65a223cbee123155b77c8483cf71)) +* **delete.js:** delete 指令实现 ([5f792b8](https://github.com/friendlysxw/template-library-cli/commit/5f792b8d25307f71cf2d750414696f738d9b67c4)) +* **generate.js:** create指令重命名为generate指令,并初步完成generate指令逻辑 ([511f42b](https://github.com/friendlysxw/template-library-cli/commit/511f42b4f4ea3c14e92ddbd934ae887c7decceb0)) +* **generate.js:** generate 指令添加支持根据分类显示列表的选项 ([e334915](https://github.com/friendlysxw/template-library-cli/commit/e33491542e9904e4961152a035cfed6d9bd33758)) +* **list:** list 查看列表指令实现 ([26e3a27](https://github.com/friendlysxw/template-library-cli/commit/26e3a278e108fd5ded260822e529b881359b3f3b)) +* **pull.js:** pull 拉取更新仓库指令实现 ([115ec50](https://github.com/friendlysxw/template-library-cli/commit/115ec501fe43e306c1de0b5f84f18832871b20ce)) + ## 1.0.0 (2021-12-02) diff --git a/package.json b/package.json index 947d194..23c7db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "template-library-cli", - "version": "1.0.0", + "version": "1.1.1", "description": "模板库命令行工具:根据模板中模板生成(文件|文件夹)", "main": "index.js", "repository": "https://github.com/friendlysxw/template-library-cli.git",