We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5795ddb commit ba2da28Copy full SHA for ba2da28
CHANGELOG.md
@@ -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
10
## [4.0.4](https://github.com/uetchy/create-whatever/compare/v4.0.3...v4.0.4) (2019-10-09)
11
12
package.json
@@ -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",
0 commit comments