Skip to content

Commit 17fe6d4

Browse files
chore(*): prepare release 0.3.0
1 parent 12f0f9a commit 17fe6d4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
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",
@@ -9,7 +9,9 @@
99
],
1010
"homepage": "http://aurelia.io",
1111
"license": "MIT",
12-
"authors": ["Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"],
12+
"authors": [
13+
"Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"
14+
],
1315
"repository": {
1416
"type": "git",
1517
"url": "http://github.com/aurelia/framework"

doc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.0 (2014-12-17)
2+
3+
4+
#### Bug Fixes
5+
6+
* **package:** update dependencies to latest versions ([12f0f9a8](http://github.com/aurelia/framework/commit/12f0f9a8af4d8178e80e87fc4ce7d9a8a53eba85))
7+
8+
19
### 0.2.1 (2014-12-12)
210

311

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": "0.2.1",
3+
"version": "0.3.0",
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)