Skip to content

Commit d5e32ce

Browse files
committed
8.0.0
1 parent 19365e0 commit d5e32ce

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.0.0] - 2019-01-15
99

1010
- Update [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from v2.4.0 to v3.0.0, see
1111
[changelog](https://github.com/pillarjs/path-to-regexp/blob/4eee1e15ba72d93c996bac4ae649a846eb326562/History.md#300--2019-01-13)
@@ -250,7 +250,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
250250

251251
- Small bug fixes and improvements
252252

253-
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v7.0.0...HEAD
253+
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.0.0...HEAD
254+
[8.0.0]: https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
254255
[7.0.0]: https://github.com/kriasoft/universal-router/compare/v6.0.0...v7.0.0
255256
[6.0.0]: https://github.com/kriasoft/universal-router/compare/v5.1.0...v6.0.0
256257
[5.1.0]: https://github.com/kriasoft/universal-router/compare/v5.0.0...v5.1.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": "7.0.0",
4+
"version": "8.0.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)