Skip to content

Commit

Permalink
9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Jun 23, 2023
1 parent db8a409 commit 7820c62
Show file tree
Hide file tree
Showing 3 changed files with 11,462 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [9.2.0] - 2023-06-23

- Bump TypeScript to 4.9.5 and fix types ([#215](https://github.com/kriasoft/universal-router/pull/215))

## [9.1.0] - 2021-06-23

- Add `uniqueRouteNameSep` option to `generateUrls(router, options)` to allow non-unique route names
Expand Down Expand Up @@ -297,7 +301,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/v9.1.0...HEAD
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.2.0...HEAD
[9.2.0]: https://github.com/kriasoft/universal-router/compare/v9.1.0...v9.2.0
[9.1.0]: https://github.com/kriasoft/universal-router/compare/v9.0.1...v9.1.0
[9.0.1]: https://github.com/kriasoft/universal-router/compare/v9.0.0...v9.0.1
[9.0.0]: https://github.com/kriasoft/universal-router/compare/v8.3.0...v9.0.0
Expand Down
Loading

0 comments on commit 7820c62

Please sign in to comment.