Skip to content

Commit

Permalink
8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Jul 19, 2019
1 parent 7cd21a1 commit eabd27d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [8.2.1] - 2019-07-20

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

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

- Small bug fixes and improvements

[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.2.0...HEAD
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.2.1...HEAD
[8.2.1]: https://github.com/kriasoft/universal-router/compare/v8.2.0...v8.2.1
[8.2.0]: https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "universal-router",
"version": "8.2.0",
"version": "8.2.1",
"description": "Isomorphic router for JavaScript web applications",
"homepage": "https://www.kriasoft.com/universal-router/",
"repository": "kriasoft/universal-router",
Expand Down

0 comments on commit eabd27d

Please sign in to comment.