Skip to content

Commit 327c017

Browse files
committed
9.2.1
1 parent 5246348 commit 327c017

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.1] - 2024-11-22
9+
10+
- Enable `noPropertyAccessFromIndexSignature` and `noUncheckedIndexedAccess` checks ([#216](https://github.com/kriasoft/universal-router/pull/216))
11+
812
## [9.2.0] - 2023-06-23
913

1014
- Bump TypeScript to 4.9.5 and fix types ([#215](https://github.com/kriasoft/universal-router/pull/215))
@@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
301305

302306
- Small bug fixes and improvements
303307

304-
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.2.0...HEAD
308+
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.2.1...HEAD
309+
[9.2.1]: https://github.com/kriasoft/universal-router/compare/v9.2.0...v9.2.1
305310
[9.2.0]: https://github.com/kriasoft/universal-router/compare/v9.1.0...v9.2.0
306311
[9.1.0]: https://github.com/kriasoft/universal-router/compare/v9.0.1...v9.1.0
307312
[9.0.1]: https://github.com/kriasoft/universal-router/compare/v9.0.0...v9.0.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.2.0",
4+
"version": "9.2.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)