Skip to content

Commit

Permalink
release v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jun 16, 2016
1 parent 6f084e0 commit 6bb23cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.34.0
- Update dependencies.
- Move to Babel 6.

## 0.33.0
- Possibly breaking changes to callbacks:
- `onNavigation` and `onBeforeNavigation` is now called on all routers.
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": "react-router-component",
"version": "0.33.0",
"version": "0.34.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -69,4 +69,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 6bb23cd

Please sign in to comment.