Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Jun 23, 2021
1 parent 77837b8 commit 1c6c603
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .huskyrc

This file was deleted.

5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased][unreleased]
## [9.1.0] - 2021-06-23

- Add `uniqueRouteNameSep` option to `generateUrls(router, options)` to allow non-unique route names
among different branches of nested routes and access them by uniquely generated name
Expand Down Expand Up @@ -297,7 +297,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.0.1...HEAD
[unreleased]: https://github.com/kriasoft/universal-router/compare/v9.1.0...HEAD
[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
[8.3.0]: https://github.com/kriasoft/universal-router/compare/v8.2.1...v8.3.0
Expand Down
26 changes: 10 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "universal-router",
"version": "9.0.1",
"version": "9.1.0",
"description": "Isomorphic router for JavaScript web applications",
"homepage": "https://www.kriasoft.com/universal-router/",
"repository": "kriasoft/universal-router",
Expand Down Expand Up @@ -41,7 +41,6 @@
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"jest": "27.0.5",
"prettier": "2.3.1",
"rollup": "2.52.2",
Expand Down

0 comments on commit 1c6c603

Please sign in to comment.