diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1fb5a..3eda34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.5.2](https://github.com/dream-num/cli/compare/v0.5.1...v0.5.2) (2024-02-21) + + +### Features + +* update template ([6c4f010](https://github.com/dream-num/cli/commit/6c4f0103e7e4e435720b80b41bdad4e164073e98)) + ## [0.5.1](https://github.com/dream-num/cli/compare/0.5.0...v0.5.1) (2024-02-19) diff --git a/package.json b/package.json index fb4b6c8..c92bd22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs/create-cli", "type": "module", - "version": "0.5.1", + "version": "0.5.2", "description": "Command-line tool for quickly playing with Univer.", "author": "DreamNum ", "license": "Apache-2.0",