Skip to content

Commit

Permalink
chore(release): release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Mar 4, 2024
1 parent baa2eba commit 2608f02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.6.1](https://github.com/dream-num/cli/compare/v0.6.0...v0.6.1) (2024-03-04)


### Bug Fixes

* project version and name in `createProject` ([baa2eba](https://github.com/dream-num/cli/commit/baa2eba9058ecfae7e45dfd28fe5335bdf525ef4))

# [0.6.0](https://github.com/dream-num/cli/compare/v0.5.3...v0.6.0) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@univerjs/create-cli",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"description": "Command-line tool for quickly playing with Univer.",
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2608f02

Please sign in to comment.