Skip to content

Commit

Permalink
chore(all): prepare release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 3, 2017
1 parent 1776734 commit 303750c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ We have removed the code for configuring Bluebird from `main.[js|ts]`. This code
"node_modules/aurelia-cli/lib/resources/scripts/configure-bluebird.js",
```

### Features

So much stuff!

* au import command
* au install command
* huge performance improvements to building/bundling.

### Bugs

Lots of bugs fixed all over the place. Oh my!

This change will remove the errors seen when running an Aurelia CLI app in Firefox, Edge, or IE.

## 0.24.0
Expand Down
2 changes: 1 addition & 1 deletion lib/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let versionMap = {
"aurelia-animator-css": "^1.0.1",
"aurelia-bootstrapper": "^2.1.0",
"aurelia-cli": "^0.24.0",
"aurelia-cli": "^0.25.0",
"aurelia-testing": "^1.0.0-beta.2.0.1",
"aurelia-tools": "^1.0.0",
"autoprefixer": "^6.3.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": "0.24.0",
"version": "0.25.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 303750c

Please sign in to comment.