Skip to content

Commit cece897

Browse files
chore(all): prepare release 1.0.2
1 parent 6ccdb38 commit cece897

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
55
"keywords": [
66
"aurelia",

doc/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="1.0.2"></a>
2+
## [1.0.2](https://github.com/aurelia/framework/compare/1.0.1...v1.0.2) (2016-08-26)
3+
4+
5+
### Bug Fixes
6+
7+
* **doc:** fix typo ([c0daf1b](https://github.com/aurelia/framework/commit/c0daf1b))
8+
* **doc:** fixed escaping variable ([fc354e3](https://github.com/aurelia/framework/commit/fc354e3))
9+
* **doc:** rename view file ([1553006](https://github.com/aurelia/framework/commit/1553006))
10+
* **doc:** s/sting/string in quick start ([1f6deb9](https://github.com/aurelia/framework/commit/1f6deb9))
11+
12+
13+
### Features
14+
15+
* **doc:** note about style vs css attribute ([78f4cd9](https://github.com/aurelia/framework/commit/78f4cd9))
16+
17+
18+
119
<a name="1.0.0"></a>
220
# [1.0.0](https://github.com/aurelia/framework/compare/1.0.0-rc.1.0.13...v1.0.0) (2016-07-27)
321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)