Skip to content

Commit 8265c3a

Browse files
committed
9.0.1
1 parent 2e8c96d commit 8265c3a

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][unreleased]
8+
## [9.0.1] - 2020-03-11
99

1010
- Fix typings: `router.resolve()` and `context.next()` always return a promise now
1111
([#187](https://github.com/kriasoft/universal-router/pull/187))
@@ -291,7 +291,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
291291

292292
- Small bug fixes and improvements
293293

294-
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.0.0...HEAD
294+
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.0.1...HEAD
295+
[9.0.1]: https://github.com/kriasoft/universal-router/compare/v9.0.0...v9.0.1
295296
[9.0.0]: https://github.com/kriasoft/universal-router/compare/v8.3.0...v9.0.0
296297
[8.3.0]: https://github.com/kriasoft/universal-router/compare/v8.2.1...v8.3.0
297298
[8.2.1]: https://github.com/kriasoft/universal-router/compare/v8.2.0...v8.2.1

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