Skip to content

Commit

Permalink
chore(all): prepare release 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 23, 2017
1 parent 88d2fcc commit fab47fe
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<a name="0.32.0"></a>
# [0.32.0](https://github.com/aurelia/cli/compare/0.31.3...0.32.0) (2017-10-23)


### Bug Fixes

* **bundle:** exclude source-maps when applicable ([d94629f](https://github.com/aurelia/cli/commit/d94629f))
* **cli:** add VSCode Chrome Debugger to RequireJS/SystemJS ([3f4efd9](https://github.com/aurelia/cli/commit/3f4efd9))
* **generator-ts:** use .ts ending in template ([c10061f](https://github.com/aurelia/cli/commit/c10061f))
* **importer:** search for resources from package dist ([71ad598](https://github.com/aurelia/cli/commit/71ad598))
* **importer:** throw clear unsupported error for webpack projects ([5b23897](https://github.com/aurelia/cli/commit/5b23897))
* **javascriptservices:** update for .net core 2.0 ([f41af63](https://github.com/aurelia/cli/commit/f41af63))
* **jsconfig:** only create jsconfig for babel+vscode ([173898c](https://github.com/aurelia/cli/commit/173898c))
* **npm script:** add required dependency to start npm task ([de33698](https://github.com/aurelia/cli/commit/de33698))
* **tasks:** copy lint task to scaffolded app ([e16c216](https://github.com/aurelia/cli/commit/e16c216))
* **webpack:** add tslint config ([668b2fb](https://github.com/aurelia/cli/commit/668b2fb))
* **webpack:** linux case sensitivity ([2b2d3ce](https://github.com/aurelia/cli/commit/2b2d3ce))
* **webpack:** uglify by default for production builds ([0732294](https://github.com/aurelia/cli/commit/0732294))


### Features

* **cli:** add `au config` command ([5cd16f6](https://github.com/aurelia/cli/commit/5cd16f6)), closes [aurelia/cli#629](https://github.com/aurelia/cli/issues/629)
* **source-maps:** bundling improvements ([abeba3d](https://github.com/aurelia/cli/commit/abeba3d)), closes [aurelia/cli#659](https://github.com/aurelia/cli/issues/659) [aurelia/cli#624](https://github.com/aurelia/cli/issues/624)
* **tasks:** add lint tasks ([596442a](https://github.com/aurelia/cli/commit/596442a))
* **yarn:** use yarn to install deps if possible ([460887e](https://github.com/aurelia/cli/commit/460887e))



<a name="0.31.3"></a>
## [0.31.3](https://github.com/aurelia/cli/compare/0.31.2...0.31.3) (2017-08-26)

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": "^2.0.1",
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.31.3",
"aurelia-cli": "^0.32.0",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "1.0.0-beta.2.0.0",
"aurelia-protractor-plugin": "^1.0.5",
Expand Down Expand Up @@ -103,4 +103,4 @@
"webpack": "3.5.5",
"webpack-dev-server": "2.7.1",
"webpack-hot-middleware": "^2.18.2"
}
}
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": "0.31.3",
"version": "0.32.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit fab47fe

Please sign in to comment.