Skip to content

Commit f978a73

Browse files
chore(all): prepare release 1.2.0
1 parent 2c65e43 commit f978a73

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

doc/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.2.0](https://github.com/aurelia/cli/compare/1.1.1...1.2.0) (2019-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **Dockerfile:** better integration with cli-bundler & dotnet template ([8fa9ee6](https://github.com/aurelia/cli/commit/8fa9ee6))
7+
* **linter:** add .dockerignore file & fixed failed build due to linter ([966f55f](https://github.com/aurelia/cli/commit/966f55f))
8+
* **linter:** issues with linter ([2a42ded](https://github.com/aurelia/cli/commit/2a42ded))
9+
* **protractor:** does not start app server when running in e2e:headless ([61f3ada](https://github.com/aurelia/cli/commit/61f3ada))
10+
* **protractor:** to run application before e2e tests in headless mode ([79c9585](https://github.com/aurelia/cli/commit/79c9585))
11+
* **webpack:** bring back au run --env prod ([eeebdc8](https://github.com/aurelia/cli/commit/eeebdc8))
12+
13+
14+
### Features
15+
16+
* **docker:** add Dockerfile && docker-compose file ([4ed59ab](https://github.com/aurelia/cli/commit/4ed59ab))
17+
* **docker:** add initila docker files & setup for the cli ([9ea4c54](https://github.com/aurelia/cli/commit/9ea4c54))
18+
19+
20+
121
## [1.1.1](https://github.com/aurelia/cli/compare/1.1.0...1.1.1) (2019-09-10)
222

323

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.1.1",
3+
"version": "1.2.0",
44
"description": "The command line tooling for Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)