Skip to content

Commit

Permalink
chore(all): preapare release 1.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 5, 2019
1 parent 071d651 commit 1455a35
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.13](https://github.com/aurelia/cli/compare/1.0.0-beta.12...1.0.0-beta.13) (2019-02-05)


### Bug Fixes

* **jest:** avoid aurelia-bindings v1+v2 conflict ([7863c29](https://github.com/aurelia/cli/commit/7863c29)), closes [#906](https://github.com/aurelia/cli/issues/906)
* **webpack:** revert [#970](https://github.com/aurelia/cli/issues/970) to restore default webpack module resolution ([3c4d0d6](https://github.com/aurelia/cli/commit/3c4d0d6)), closes [#1037](https://github.com/aurelia/cli/issues/1037)


### Features

* **new-application:** add scaffolding feature for navigation skeleton ([ea4ce1a](https://github.com/aurelia/cli/commit/ea4ce1a))
* **new-application:** add scaffolding feature for navigation skeleton ([b918ac3](https://github.com/aurelia/cli/commit/b918ac3))
* **requirejs/systemjs:** add protractor and jest support ([148148c](https://github.com/aurelia/cli/commit/148148c))



# [1.0.0-beta.12](https://github.com/aurelia/cli/compare/1.0.0-beta.11...1.0.0-beta.12) (2019-01-26)


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.12",
"aurelia-cli": "^1.0.0-beta.13",
"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.12",
"version": "1.0.0-beta.13",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 1455a35

Please sign in to comment.