Skip to content

Commit 0c664b9

Browse files
committed
8.1.0
1 parent 2f445f3 commit 0c664b9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [8.1.0] - 2019-02-20
9+
10+
- Add [synchronous mode](https://github.com/kriasoft/universal-router/blob/v8.1.0/docs/api.md#synchronous-mode)
11+
as an add-on ([#164](https://github.com/kriasoft/universal-router/pull/164))
12+
813
## [8.0.0] - 2019-01-15
914

1015
- Update [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from v2.4.0 to v3.0.0, see
@@ -250,7 +255,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
250255

251256
- Small bug fixes and improvements
252257

253-
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.0.0...HEAD
258+
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.1.0...HEAD
259+
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
254260
[8.0.0]: https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
255261
[7.0.0]: https://github.com/kriasoft/universal-router/compare/v6.0.0...v7.0.0
256262
[6.0.0]: https://github.com/kriasoft/universal-router/compare/v5.1.0...v6.0.0

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": "8.0.0",
4+
"version": "8.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)