Skip to content

Commit

Permalink
chore(all): prepare release 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 28, 2017
1 parent d1c1907 commit cdb2eb3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.30.1"></a>
## [0.30.1](https://github.com/aurelia/cli/compare/0.30.0...v0.30.1) (2017-06-28)


### Bug Fixes

* **bundle:** continue build in case of incorrect sourcemap ([4988dd6](https://github.com/aurelia/cli/commit/4988dd6))
* **html-minify:** resolve parse error of interpolations ([b15199f](https://github.com/aurelia/cli/commit/b15199f))
* **systemjs-loader:** systemjs config for karma test runner ([adac051](https://github.com/aurelia/cli/commit/adac051)), closes [aurelia/cli#648](https://github.com/aurelia/cli/issues/648)



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

Expand Down
6 changes: 3 additions & 3 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.30.0",
"aurelia-cli": "^0.30.1",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"autoprefixer": "^6.3.6",
Expand Down Expand Up @@ -45,8 +45,8 @@
"karma-typescript-preprocessor": "^0.2.1",
"minimatch": "^3.0.2",
"requirejs": "^2.3.2",
"systemjs":"0.20.13",
"systemjs-plugin-text":"0.0.9",
"systemjs": "0.20.13",
"systemjs-plugin-text": "0.0.9",
"text": "github:requirejs/text#latest",
"through2": "^2.0.1",
"tslint": "^3.11.0",
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": "0.30.0",
"version": "0.30.1",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit cdb2eb3

Please sign in to comment.