Skip to content

Commit ba2da28

Browse files
authored
chore: release v4.1.0 (#11)
1 parent 5795ddb commit ba2da28

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [4.1.0](https://github.com/uetchy/create-whatever/compare/v4.0.4...v4.1.0) (2019-10-09)
2+
3+
4+
### Features
5+
6+
* add uuid template string ([5795ddb](https://github.com/uetchy/create-whatever/commit/5795ddb))
7+
8+
9+
110
## [4.0.4](https://github.com/uetchy/create-whatever/compare/v4.0.3...v4.0.4) (2019-10-09)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-whatever",
33
"description": "create 'create-' app",
4-
"version": "4.0.4",
4+
"version": "4.1.0",
55
"scripts": {
66
"build": "shx rm -rf dist && NODE_ENV=production tsc && shx chmod +x dist/cli.js",
77
"dev": "tsc -w",

0 commit comments

Comments
 (0)