Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 19, 2018
1 parent 9d85d49 commit ba420bd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 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.0-beta.8](https://github.com/aurelia/cli/compare/1.0.0-beta7...1.0.0-beta.8) (2018-12-19)


### Bug Fixes

* **cli:** add typings for bluebird ([215c3e0](https://github.com/aurelia/cli/commit/215c3e0)), closes [#991](https://github.com/aurelia/cli/issues/991)
* **cli:** add typings for bluebird ([0a629cd](https://github.com/aurelia/cli/commit/0a629cd)), closes [#991](https://github.com/aurelia/cli/issues/991)
* **run-webpack.js run-webpack.ts index-webpack.ejs:** update run scripts, remove redundant entry in index template ([9b3c171](https://github.com/aurelia/cli/commit/9b3c171))
* avoid early exist of "au new" ([be532fd](https://github.com/aurelia/cli/commit/be532fd)), closes [#977](https://github.com/aurelia/cli/issues/977)


### Features

* **webpack:** Improvements in CLI generated Webpack config ([2365331](https://github.com/aurelia/cli/commit/2365331))



# [1.0.0-beta.7](https://github.com/aurelia/cli/compare/1.0.0-beta.6...1.0.0-beta.7)


Expand Down
2 changes: 1 addition & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"aspnet-webpack": "^3.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-cli": "^1.0.0-beta.7",
"aurelia-cli": "^1.0.0-beta.8",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.1.1",
"aurelia-protractor-plugin": "^1.0.6",
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.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit ba420bd

Please sign in to comment.