Skip to content

Commit 55a4264

Browse files
chore(*): prepare release 0.1.1
1 parent cdd1c23 commit 55a4264

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

bower.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-history-browser",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.",
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/history-browser"

doc/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.1.1 (2014-12-17)
2+
3+
4+
#### Bug Fixes
5+
6+
* **package:** update dependencies to latest ([cdd1c232](http://github.com/aurelia/history-browser/commit/cdd1c23295b821aa7f68b94f5d5d3a95a1b7e129))
7+
8+
19
## 0.1.0 (2014-12-11)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-history-browser",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An implementation of the Aurelia history interface based on standard browser hash change and push state mechanisms.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)