Skip to content

Commit 3a9dca6

Browse files
chore(all): prepare release 1.0.2
1 parent 06d32e0 commit 3a9dca6

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

doc/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.0.2](https://github.com/aurelia/cli/compare/1.0.1...1.0.2) (2019-06-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
* **release-check:** adjust task for webpack hostname ([3f22fef](https://github.com/aurelia/cli/commit/3f22fef))
8+
* **release-check:** avoid duplicated task ([19f6547](https://github.com/aurelia/cli/commit/19f6547))
9+
* **release-check:** bypass win32 puppeteer error on 0.0.0.0 ([bcbe262](https://github.com/aurelia/cli/commit/bcbe262))
10+
* **skeleton:** don't overwrite user's editorconfig ([d896772](https://github.com/aurelia/cli/commit/d896772)), closes [#1121](https://github.com/aurelia/cli/issues/1121)
11+
* **skeleton:** fix readonly environment files ([4ae1bba](https://github.com/aurelia/cli/commit/4ae1bba)), closes [#1031](https://github.com/aurelia/cli/issues/1031)
12+
* **webpack:** allow webpack app to run inside docker container ([263b2c2](https://github.com/aurelia/cli/commit/263b2c2))
13+
* **webpack:** bring in "open" to cli deps to avoid breaking existing webpack apps ([1258f4f](https://github.com/aurelia/cli/commit/1258f4f))
14+
* **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)
15+
16+
17+
118
## [1.0.1](https://github.com/aurelia/cli/compare/1.0.0...1.0.1) (2019-06-11)
219

320

lib/dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"aspnet-webpack": "^3.0.0",
88
"aurelia-animator-css": "^1.0.4",
99
"aurelia-bootstrapper": "^2.3.2",
10-
"aurelia-cli": "^1.0.1",
10+
"aurelia-cli": "^1.0.2",
1111
"aurelia-loader-nodejs": "^1.0.1",
1212
"aurelia-pal-nodejs": "^1.2.0",
1313
"aurelia-protractor-plugin": "^1.0.6",
@@ -105,4 +105,4 @@
105105
"webpack-cli": "^3.1.2",
106106
"webpack-dev-server": "^3.1.9",
107107
"webpack-hot-middleware": "^2.24.3"
108-
}
108+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-cli",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)