Skip to content

Commit

Permalink
chore: release v4.1.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy authored Oct 9, 2019
1 parent 5795ddb commit ba2da28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.1.0](https://github.com/uetchy/create-whatever/compare/v4.0.4...v4.1.0) (2019-10-09)


### Features

* add uuid template string ([5795ddb](https://github.com/uetchy/create-whatever/commit/5795ddb))



## [4.0.4](https://github.com/uetchy/create-whatever/compare/v4.0.3...v4.0.4) (2019-10-09)


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": "create-whatever",
"description": "create 'create-' app",
"version": "4.0.4",
"version": "4.1.0",
"scripts": {
"build": "shx rm -rf dist && NODE_ENV=production tsc && shx chmod +x dist/cli.js",
"dev": "tsc -w",
Expand Down

0 comments on commit ba2da28

Please sign in to comment.