Skip to content

Commit eabd27d

Browse files
committed
8.2.1
1 parent 7cd21a1 commit eabd27d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [8.2.1] - 2019-07-20
99

1010
- Fix `context.next()` to throw `Route not found` instead of `TypeError` ([#169](https://github.com/kriasoft/universal-router/pull/169))
1111

@@ -263,7 +263,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
263263

264264
- Small bug fixes and improvements
265265

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
267268
[8.2.0]: https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
268269
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
269270
[8.0.0]: https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "universal-router",
4-
"version": "8.2.0",
4+
"version": "8.2.1",
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)