Skip to content

Commit

Permalink
chore: release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Oct 8, 2019
1 parent 58f787e commit 3c0b75a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# [4.0.0](https://github.com/uetchy/create-whatever/compare/v3.1.0...v4.0.0) (2019-10-08)

## [4.0.3](https://github.com/uetchy/create-whatever/compare/v4.0.0...v4.0.3) (2019-10-08)

### Features
### Bug Fixes

* new template system ([e8e6bd9](https://github.com/uetchy/create-whatever/commit/e8e6bd9))
- update lib version ([58f787e](https://github.com/uetchy/create-whatever/commit/58f787e))

# [4.0.0](https://github.com/uetchy/create-whatever/compare/v3.1.0...v4.0.0) (2019-10-08)

### Features

- new template system ([e8e6bd9](https://github.com/uetchy/create-whatever/commit/e8e6bd9))
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.0",
"version": "4.0.3",
"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 3c0b75a

Please sign in to comment.