Skip to content

Commit

Permalink
Prepare v1.5.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed Aug 16, 2016
1 parent 548e5ee commit 7f60bee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG - Cape.JS

## 1.5.2 (August 16, 2016)

* Fix `Cape.Router#start()`. The `currentHash` is not a public attribute, but
a private (inner) attribute.

## 1.5.1 (June 19, 2016)

* Change the Git repository from `git://github.com/oiax/capejs` to `git://github.com/capejs/capejs`.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "capejs",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://github.com/capejs/capejs",
"repository": { "type": "git", "url": "git://github.com/capejs/capejs" },
"authors": ["Tsutomu Kuroda and contributors"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "capejs",
"version": "1.5.1",
"version": "1.5.2",
"description": "A lightweight Javascript UI framework based on virtual-dom",
"main": "lib/cape.js",
"directories": {
Expand Down

0 comments on commit 7f60bee

Please sign in to comment.