Skip to content

Commit 1c6c603

Browse files
committed
9.1.0
1 parent 77837b8 commit 1c6c603

File tree

4 files changed

+14
-25
lines changed

4 files changed

+14
-25
lines changed

.huskyrc

-5
This file was deleted.

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.1.0] - 2021-06-23
99

1010
- Add `uniqueRouteNameSep` option to `generateUrls(router, options)` to allow non-unique route names
1111
among different branches of nested routes and access them by uniquely generated name
@@ -297,7 +297,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
297297

298298
- Small bug fixes and improvements
299299

300-
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.0.1...HEAD
300+
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.1.0...HEAD
301+
[9.1.0]: https://github.com/kriasoft/universal-router/compare/v9.0.1...v9.1.0
301302
[9.0.1]: https://github.com/kriasoft/universal-router/compare/v9.0.0...v9.0.1
302303
[9.0.0]: https://github.com/kriasoft/universal-router/compare/v8.3.0...v9.0.0
303304
[8.3.0]: https://github.com/kriasoft/universal-router/compare/v8.2.1...v8.3.0

package-lock.json

+10-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "universal-router",
4-
"version": "9.0.1",
4+
"version": "9.1.0",
55
"description": "Isomorphic router for JavaScript web applications",
66
"homepage": "https://www.kriasoft.com/universal-router/",
77
"repository": "kriasoft/universal-router",
@@ -41,7 +41,6 @@
4141
"eslint-plugin-import": "2.23.4",
4242
"eslint-plugin-jest": "24.3.6",
4343
"eslint-plugin-prettier": "3.4.0",
44-
"husky": "6.0.0",
4544
"jest": "27.0.5",
4645
"prettier": "2.3.1",
4746
"rollup": "2.52.2",

0 commit comments

Comments
 (0)