From 180c511e4128a11fee7e08bbcacc04c4d14c5d59 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Fri, 3 Mar 2017 09:42:09 -0800 Subject: [PATCH] chore(all): prepare release 0.26.0 --- doc/CHANGELOG.md | 4 ++++ lib/dependencies.js | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 9d6660ba4..d36264227 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.26.0 + +* Fix minor bug in hashed bundles. + ## 0.25.0 ### Notes for upgrading to 0.25.0 diff --git a/lib/dependencies.js b/lib/dependencies.js index 6282d487d..59edf8f17 100644 --- a/lib/dependencies.js +++ b/lib/dependencies.js @@ -3,7 +3,7 @@ let versionMap = { "aurelia-animator-css": "^1.0.1", "aurelia-bootstrapper": "^2.1.0", - "aurelia-cli": "^0.25.0", + "aurelia-cli": "^0.26.0", "aurelia-testing": "^1.0.0-beta.2.0.1", "aurelia-tools": "^1.0.0", "autoprefixer": "^6.3.6", diff --git a/package.json b/package.json index 33c9463ef..c654628a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.25.0", + "version": "0.26.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",