Skip to content

Commit

Permalink
9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Nov 22, 2024
1 parent 5246348 commit 327c017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.1] - 2024-11-22

- Enable `noPropertyAccessFromIndexSignature` and `noUncheckedIndexedAccess` checks ([#216](https://github.com/kriasoft/universal-router/pull/216))

## [9.2.0] - 2023-06-23

- Bump TypeScript to 4.9.5 and fix types ([#215](https://github.com/kriasoft/universal-router/pull/215))
Expand Down Expand Up @@ -301,7 +305,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.2.0...HEAD
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.2.1...HEAD
[9.2.1]: https://github.com/kriasoft/universal-router/compare/v9.2.0...v9.2.1
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "universal-router",
"version": "9.2.0",
"version": "9.2.1",
"description": "Isomorphic router for JavaScript web applications",
"homepage": "https://www.kriasoft.com/universal-router/",
"repository": "kriasoft/universal-router",
Expand Down

0 comments on commit 327c017

Please sign in to comment.