Skip to content

Commit

Permalink
chore(all): prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 26, 2019
1 parent 06d32e0 commit 3a9dca6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.0.2](https://github.com/aurelia/cli/compare/1.0.1...1.0.2) (2019-06-26)


### Bug Fixes

* **cli-bundler:** fix source map path for local source file ([7deea6f](https://github.com/aurelia/cli/commit/7deea6f)), closes [#1117](https://github.com/aurelia/cli/issues/1117)
* **release-check:** adjust task for webpack hostname ([3f22fef](https://github.com/aurelia/cli/commit/3f22fef))
* **release-check:** avoid duplicated task ([19f6547](https://github.com/aurelia/cli/commit/19f6547))
* **release-check:** bypass win32 puppeteer error on 0.0.0.0 ([bcbe262](https://github.com/aurelia/cli/commit/bcbe262))
* **skeleton:** don't overwrite user's editorconfig ([d896772](https://github.com/aurelia/cli/commit/d896772)), closes [#1121](https://github.com/aurelia/cli/issues/1121)
* **skeleton:** fix readonly environment files ([4ae1bba](https://github.com/aurelia/cli/commit/4ae1bba)), closes [#1031](https://github.com/aurelia/cli/issues/1031)
* **webpack:** allow webpack app to run inside docker container ([263b2c2](https://github.com/aurelia/cli/commit/263b2c2))
* **webpack:** bring in "open" to cli deps to avoid breaking existing webpack apps ([1258f4f](https://github.com/aurelia/cli/commit/1258f4f))
* **webpack:** use npm package "open" to replace deprecated "opn" ([112075f](https://github.com/aurelia/cli/commit/112075f)), closes [#1120](https://github.com/aurelia/cli/issues/1120)



## [1.0.1](https://github.com/aurelia/cli/compare/1.0.0...1.0.1) (2019-06-11)


Expand Down
4 changes: 2 additions & 2 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aspnet-webpack": "^3.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-cli": "^1.0.1",
"aurelia-cli": "^1.0.2",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.2.0",
"aurelia-protractor-plugin": "^1.0.6",
Expand Down Expand Up @@ -105,4 +105,4 @@
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-hot-middleware": "^2.24.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 3a9dca6

Please sign in to comment.