Skip to content

Commit 40fa1c4

Browse files
committed
3.1.0
1 parent b23bce1 commit 40fa1c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased][unreleased]
5+
## [v3.1.0] - 2017-04-20
66

77
- Fix `context.next()` for multiple nested routes
88
([#91](https://github.com/kriasoft/universal-router/pull/91))
@@ -111,7 +111,8 @@ All notable changes to this project will be documented in this file.
111111

112112
- Small bug fixes and improvements
113113

114-
[unreleased]: https://github.com/kriasoft/universal-router/compare/v3.0.0...HEAD
114+
[unreleased]: https://github.com/kriasoft/universal-router/compare/v3.1.0...HEAD
115+
[v3.1.0]: https://github.com/kriasoft/universal-router/compare/v3.0.0...v3.1.0
115116
[v3.0.0]: https://github.com/kriasoft/universal-router/compare/v2.0.0...v3.0.0
116117
[v2.0.0]: https://github.com/kriasoft/universal-router/compare/v1.2.2...v2.0.0
117118
[v1.2.2]: https://github.com/kriasoft/universal-router/compare/v1.2.1...v1.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "universal-router",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "Isomorphic router for JavaScript web applications",
66
"homepage": "https://www.kriasoft.com/universal-router/",
77
"repository": "kriasoft/universal-router",

0 commit comments

Comments
 (0)