Skip to content

Commit bb16c56

Browse files
author
Robert Jackson
committed
Release 7.1.0
1 parent c74fc1c commit bb16c56

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v7.1.0 (2020-09-09)
2+
3+
#### :rocket: Enhancement
4+
* [#305](https://github.com/tildeio/router.js/pull/305) Add better Transition debugging information. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
9+
110
## v7.0.0 (2020-07-21)
211

312
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router_js",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes",
55
"keywords": [
66
"route-recognizer",

0 commit comments

Comments
 (0)