Skip to content

Commit 7820c62

Browse files
committed
9.2.0
1 parent db8a409 commit 7820c62

File tree

3 files changed

+11462
-8
lines changed

3 files changed

+11462
-8
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [9.2.0] - 2023-06-23
9+
10+
- Bump TypeScript to 4.9.5 and fix types ([#215](https://github.com/kriasoft/universal-router/pull/215))
11+
812
## [9.1.0] - 2021-06-23
913

1014
- Add `uniqueRouteNameSep` option to `generateUrls(router, options)` to allow non-unique route names
@@ -297,7 +301,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
297301

298302
- Small bug fixes and improvements
299303

300-
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.1.0...HEAD
304+
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.2.0...HEAD
305+
[9.2.0]: https://github.com/kriasoft/universal-router/compare/v9.1.0...v9.2.0
301306
[9.1.0]: https://github.com/kriasoft/universal-router/compare/v9.0.1...v9.1.0
302307
[9.0.1]: https://github.com/kriasoft/universal-router/compare/v9.0.0...v9.0.1
303308
[9.0.0]: https://github.com/kriasoft/universal-router/compare/v8.3.0...v9.0.0

0 commit comments

Comments
 (0)