Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed May 7, 2020
1 parent 222e758 commit 7099e8f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.1.0 (2020-05-07)


### Bug Fixes

* **cypress:** fix "au cypress --run" that would not exit on Windows ([115c095](https://github.com/aurelia/v1/commit/115c0952f4f0c4b5a55f8043db34d8d85ec927c2))
* **jest:** need initial env file to make test code happy ([3ca1302](https://github.com/aurelia/v1/commit/3ca1302cf5e67e7a6e52842bb8af4cf897197d65))
* **webpack:** CleanWebpackPlugin does not work with the param ([5d8109a](https://github.com/aurelia/v1/commit/5d8109a422a5132d41476e9fcdf4e8bed821e385))
* fix deps versions ([aeeadad](https://github.com/aurelia/v1/commit/aeeadadb6f075ddad3872af6de764587e7b0c4c3))
* fix instructions transformer ([6303871](https://github.com/aurelia/v1/commit/63038711715ff256b0e8155bb080a8f9ae995c45))
* fix merge of aurelia.json ([41022c3](https://github.com/aurelia/v1/commit/41022c332c485774c345ce7981a1bcd92a0629d9))
* fix plugin setup ([cc2f5f6](https://github.com/aurelia/v1/commit/cc2f5f653905560476bbb4b9b2d59dbd911f50bc))
* fix question visibility ([65b704d](https://github.com/aurelia/v1/commit/65b704dba6d0c4b776778a12a1cd5a12c88de21b))
* fix silent mode help message ([b3d0abc](https://github.com/aurelia/v1/commit/b3d0abcbd2b7786dfc3958ad1ba951edc407f872))
* missing gulp-eslint ([f2cbc2c](https://github.com/aurelia/v1/commit/f2cbc2cac41d65033099dc3cf451d244834cdf39))
* properly support --plugin in unattended mode ([f928daf](https://github.com/aurelia/v1/commit/f928dafa128119b8b0c43442c050af216c54b4dc))
* update project name ([1874a69](https://github.com/aurelia/v1/commit/1874a698b627cbdd274b92e20fe488f5c50f8bd4))




2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aurelia-v1",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"description": "This package.json file is not needed by 'makes'. We use package.json to setup our tests and changelog.",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 7099e8f

Please sign in to comment.