diff --git a/CHANGELOG.md b/CHANGELOG.md index a403cb6..4f7cdc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.6.4](https://github.com/dream-num/cli/compare/v0.6.3...v0.6.4) (2024-08-17) + + +### Features + +* update templates ([f90af3d](https://github.com/dream-num/cli/commit/f90af3d6ce64251a4b4f074cecce97e48f3eba62)) + ## [0.6.3](https://github.com/dream-num/cli/compare/v0.6.2...v0.6.3) (2024-05-20) diff --git a/package.json b/package.json index 776ce0c..4a33374 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs/create-cli", "type": "module", - "version": "0.6.3", + "version": "0.6.4", "description": "Command-line tool for quickly playing with Univer.", "author": "DreamNum ", "license": "Apache-2.0",