File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 8.2.1 ] - 2019-07-20
9
9
10
10
- Fix ` context.next() ` to throw ` Route not found ` instead of ` TypeError ` ([ #169 ] ( https://github.com/kriasoft/universal-router/pull/169 ) )
11
11
@@ -263,7 +263,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
263
263
264
264
- Small bug fixes and improvements
265
265
266
- [ Unreleased ] : https://github.com/kriasoft/universal-router/compare/v8.2.0...HEAD
266
+ [ Unreleased ] : https://github.com/kriasoft/universal-router/compare/v8.2.1...HEAD
267
+ [ 8.2.1 ] : https://github.com/kriasoft/universal-router/compare/v8.2.0...v8.2.1
267
268
[ 8.2.0 ] : https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
268
269
[ 8.1.0 ] : https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
269
270
[ 8.0.0 ] : https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " universal-router" ,
4
- "version" : " 8.2.0 " ,
4
+ "version" : " 8.2.1 " ,
5
5
"description" : " Isomorphic router for JavaScript web applications" ,
6
6
"homepage" : " https://www.kriasoft.com/universal-router/" ,
7
7
"repository" : " kriasoft/universal-router" ,
You can’t perform that action at this time.
0 commit comments