Skip to content

Commit

Permalink
chore(all): prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 19, 2019
1 parent 2c65e43 commit f978a73
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.2.0](https://github.com/aurelia/cli/compare/1.1.1...1.2.0) (2019-09-19)


### Bug Fixes

* **Dockerfile:** better integration with cli-bundler & dotnet template ([8fa9ee6](https://github.com/aurelia/cli/commit/8fa9ee6))
* **linter:** add .dockerignore file & fixed failed build due to linter ([966f55f](https://github.com/aurelia/cli/commit/966f55f))
* **linter:** issues with linter ([2a42ded](https://github.com/aurelia/cli/commit/2a42ded))
* **protractor:** does not start app server when running in e2e:headless ([61f3ada](https://github.com/aurelia/cli/commit/61f3ada))
* **protractor:** to run application before e2e tests in headless mode ([79c9585](https://github.com/aurelia/cli/commit/79c9585))
* **webpack:** bring back au run --env prod ([eeebdc8](https://github.com/aurelia/cli/commit/eeebdc8))


### Features

* **docker:** add Dockerfile && docker-compose file ([4ed59ab](https://github.com/aurelia/cli/commit/4ed59ab))
* **docker:** add initila docker files & setup for the cli ([9ea4c54](https://github.com/aurelia/cli/commit/9ea4c54))



## [1.1.1](https://github.com/aurelia/cli/compare/1.1.0...1.1.1) (2019-09-10)


Expand Down
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.1.1",
"version": "1.2.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit f978a73

Please sign in to comment.