Skip to content

Commit

Permalink
chore(all): prepare release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 18, 2017
1 parent a11f900 commit 6464532
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,25 @@
<a name="0.31.0"></a>
# [0.31.0](https://github.com/aurelia/cli/compare/0.30.1...0.31.0) (2017-08-18)


### Bug Fixes

* **bundle:** support both Uglify v3 and v2. ([7b606ab](https://github.com/aurelia/cli/commit/7b606ab)), closes [#636](https://github.com/aurelia/cli/issues/636)
* **bundle:** support quoteless script src attribute ([ffafbc9](https://github.com/aurelia/cli/commit/ffafbc9)), closes [#639](https://github.com/aurelia/cli/issues/639)
* **bundler:** don't trace dependencies which have no main file ([a2cf32b](https://github.com/aurelia/cli/commit/a2cf32b)), closes [/github.com/aurelia/cli/issues/435#issuecomment-293850306](https://github.com//github.com/aurelia/cli/issues/435/issues/issuecomment-293850306)
* **dependencies:** update gulp-sass version ([75d331e](https://github.com/aurelia/cli/commit/75d331e))
* **dependencies:** update karma-chrome-launcher ([6719a2d](https://github.com/aurelia/cli/commit/6719a2d))
* **importer:** prevent duplicate dist ([a22dc3d](https://github.com/aurelia/cli/commit/a22dc3d))
* **systemjs-bundling:** include dependency name in bundle config ([d36f2ae](https://github.com/aurelia/cli/commit/d36f2ae)), closes [aurelia/cli#676](https://github.com/aurelia/cli/issues/676)


### Features

* **all:** add webpack ([2c08625](https://github.com/aurelia/cli/commit/2c08625))
* **sourcemaps:** inlcude sourcemaps in karma configuration ([ebd79e8](https://github.com/aurelia/cli/commit/ebd79e8)), closes [aurelia/cli#420](https://github.com/aurelia/cli/issues/420)



<a name="0.30.1"></a>
## [0.30.1](https://github.com/aurelia/cli/compare/0.30.0...v0.30.1) (2017-06-28)

Expand Down
6 changes: 3 additions & 3 deletions lib/dependencies.json
Expand Up @@ -7,13 +7,13 @@
"aspnet-webpack": "^2.0.1",
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.30.1",
"aurelia-cli": "^0.31.0",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.0.0-beta.1.0.0",
"aurelia-protractor-plugin": "^1.0.3",
"aurelia-protractor-plugin": "^1.0.5",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"aurelia-webpack-plugin": "^2.0.0-rc.2",
"aurelia-webpack-plugin": "^2.0.0-rc.3",
"autoprefixer": "^6.3.6",
"awesome-typescript-loader": "^3.2.1",
"babel-core": "^6.25.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-cli",
"version": "0.30.1",
"version": "0.31.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 6464532

Please sign in to comment.