Skip to content

Commit

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


### Bug Fixes

* **generators:** create elements/attributes in correct location ([7400e71](https://github.com/aurelia/cli/commit/7400e71))
* **html-minify:** ignore interpolation expressions ([803c904](https://github.com/aurelia/cli/commit/803c904))
* **package-analyzer:** infer index.js as main ([f5c0ed1](https://github.com/aurelia/cli/commit/f5c0ed1))
* **project:** only transpile aurelia_project in project root ([6fd3f7f](https://github.com/aurelia/cli/commit/6fd3f7f))


### Features

* **all:** systemjs support ([36fa685](https://github.com/aurelia/cli/commit/36fa685)), closes [aurelia/cli#198](https://github.com/aurelia/cli/issues/198)
* **build:** allow minify options to be supplied ([177b0c7](https://github.com/aurelia/cli/commit/177b0c7))



<a name="0.29.0"></a>
# [0.29.0](https://github.com/aurelia/cli/compare/0.28.0...v0.29.0) (2017-04-27)

Expand Down
8 changes: 4 additions & 4 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"aurelia-animator-css": "^1.0.1",
"aurelia-bootstrapper": "^2.1.0",
"aurelia-cli": "^0.27.0",
"aurelia-testing": "^1.0.0-beta.2.0.1",
"aurelia-animator-css": "^1.0.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.30.0",
"aurelia-testing": "^1.0.0-beta.3.0.1",
"aurelia-tools": "^1.0.0",
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
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.29.0",
"version": "0.30.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit cc65ec9

Please sign in to comment.