Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
chore: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Jan 19, 2016
1 parent a4e3bcb commit d97a551
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/router5/deku-router5/compare/v1.0.0...v2.0.0) (2016-01-19)




<a name="1.0.0"></a>
# [1.0.0](https://github.com/router5/deku-router5/compare/v0.1.0-alpha.2...v1.0.0) (2015-10-27)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Demo here: [http://localhost:8080/docs/with-deku.html#/inbox](http://localhost:8
### Requirements

- deku >= __0.5.0__
- router5 >= __1.0.0__
- router5 >= __2.0.0__


### routerPlugin
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deku-router5",
"version": "1.0.0",
"version": "2.0.0",
"description": "router5 helpers for Deku",
"main": "dist/commonjs/index.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"yargs": "^3.27.0"
},
"peerDependencies": {
"router5": "2.0.0-rc.1",
"router5": "^2.0.0",
"deku": "~0.5.0 || ^1.0.0"
},
"dependencies": {
Expand Down

0 comments on commit d97a551

Please sign in to comment.