Skip to content

Commit 871e93d

Browse files
committed
8.3.0
1 parent e341346 commit 871e93d

6 files changed

+15
-8
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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+
## [8.3.0] - 2019-09-17
9+
10+
- Make `generateUrls` compatible with `UniversalRouterSync`
11+
([#172](https://github.com/kriasoft/universal-router/pull/172))
12+
813
## [8.2.1] - 2019-07-20
914

10-
- Fix `context.next()` to throw `Route not found` instead of `TypeError` ([#169](https://github.com/kriasoft/universal-router/pull/169))
15+
- Fix `context.next()` to throw `Route not found` instead of `TypeError`
16+
([#169](https://github.com/kriasoft/universal-router/pull/169))
1117

1218
## [8.2.0] - 2019-05-10
1319

@@ -263,7 +269,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
263269

264270
- Small bug fixes and improvements
265271

266-
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.2.1...HEAD
272+
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.3.0...HEAD
273+
[8.3.0]: https://github.com/kriasoft/universal-router/compare/v8.2.1...v8.3.0
267274
[8.2.1]: https://github.com/kriasoft/universal-router/compare/v8.2.0...v8.2.1
268275
[8.2.0]: https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
269276
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0

dist/universal-router-generate-urls.js

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

dist/universal-router-generate-urls.js.map

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

dist/universal-router-generate-urls.min.js

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

0 commit comments

Comments
 (0)