Skip to content

Commit 6fe05f4

Browse files
committed
8.2.0
1 parent 9dfb9b4 commit 6fe05f4

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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+
## [8.2.0] - 2019-05-10
9+
10+
- Improve TypeScript typings ([#167](https://github.com/kriasoft/universal-router/pull/167))
11+
812
## [8.1.0] - 2019-02-20
913

1014
- Add [synchronous mode](https://github.com/kriasoft/universal-router/blob/v8.1.0/docs/api.md#synchronous-mode)
@@ -255,7 +259,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
255259

256260
- Small bug fixes and improvements
257261

258-
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.1.0...HEAD
262+
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.2.0...HEAD
263+
[8.2.0]: https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
259264
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
260265
[8.0.0]: https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
261266
[7.0.0]: https://github.com/kriasoft/universal-router/compare/v6.0.0...v7.0.0

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "universal-router",
4-
"version": "8.1.0",
4+
"version": "8.2.0",
55
"description": "Isomorphic router for JavaScript web applications",
66
"homepage": "https://www.kriasoft.com/universal-router/",
77
"repository": "kriasoft/universal-router",
@@ -30,16 +30,16 @@
3030
"@babel/core": "^7.4.4",
3131
"@babel/preset-env": "^7.4.4",
3232
"@babel/register": "^7.4.4",
33-
"babel-jest": "^24.7.1",
33+
"babel-jest": "^24.8.0",
3434
"eslint": "^5.16.0",
3535
"eslint-config-airbnb-base": "^13.1.0",
3636
"eslint-config-prettier": "^4.2.0",
3737
"eslint-plugin-import": "^2.17.2",
3838
"fs-extra": "^7.0.1",
39-
"husky": "^2.1.0",
40-
"jest": "^24.7.1",
39+
"husky": "^2.2.0",
40+
"jest": "^24.8.0",
4141
"prettier": "^1.17.0",
42-
"rollup": "^1.10.1",
42+
"rollup": "^1.11.3",
4343
"rollup-plugin-babel": "^4.3.2",
4444
"rollup-plugin-commonjs": "^9.3.4",
4545
"rollup-plugin-node-resolve": "^4.2.3",

0 commit comments

Comments
 (0)