From cece897b9e9047656aa6ff3a748ba3b87a518d3b Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Fri, 26 Aug 2016 11:31:10 -0400 Subject: [PATCH] chore(all): prepare release 1.0.2 --- bower.json | 2 +- doc/CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 7cc7761b..98385675 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-framework", - "version": "1.0.1", + "version": "1.0.2", "description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 935473f0..1f091634 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,21 @@ + +## [1.0.2](https://github.com/aurelia/framework/compare/1.0.1...v1.0.2) (2016-08-26) + + +### Bug Fixes + +* **doc:** fix typo ([c0daf1b](https://github.com/aurelia/framework/commit/c0daf1b)) +* **doc:** fixed escaping variable ([fc354e3](https://github.com/aurelia/framework/commit/fc354e3)) +* **doc:** rename view file ([1553006](https://github.com/aurelia/framework/commit/1553006)) +* **doc:** s/sting/string in quick start ([1f6deb9](https://github.com/aurelia/framework/commit/1f6deb9)) + + +### Features + +* **doc:** note about style vs css attribute ([78f4cd9](https://github.com/aurelia/framework/commit/78f4cd9)) + + + # [1.0.0](https://github.com/aurelia/framework/compare/1.0.0-rc.1.0.13...v1.0.0) (2016-07-27) diff --git a/package.json b/package.json index b0083366..70d54451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-framework", - "version": "1.0.1", + "version": "1.0.2", "description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", "keywords": [ "aurelia",