Skip to content

Commit

Permalink
8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed May 10, 2019
1 parent 9dfb9b4 commit 6fe05f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [8.2.0] - 2019-05-10

- Improve TypeScript typings ([#167](https://github.com/kriasoft/universal-router/pull/167))

## [8.1.0] - 2019-02-20

- Add [synchronous mode](https://github.com/kriasoft/universal-router/blob/v8.1.0/docs/api.md#synchronous-mode)
Expand Down Expand Up @@ -255,7 +259,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/v8.1.0...HEAD
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.2.0...HEAD
[8.2.0]: https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/kriasoft/universal-router/compare/v6.0.0...v7.0.0
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "universal-router",
"version": "8.1.0",
"version": "8.2.0",
"description": "Isomorphic router for JavaScript web applications",
"homepage": "https://www.kriasoft.com/universal-router/",
"repository": "kriasoft/universal-router",
Expand Down Expand Up @@ -30,16 +30,16 @@
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"babel-jest": "^24.7.1",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"fs-extra": "^7.0.1",
"husky": "^2.1.0",
"jest": "^24.7.1",
"husky": "^2.2.0",
"jest": "^24.8.0",
"prettier": "^1.17.0",
"rollup": "^1.10.1",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
Expand Down

0 comments on commit 6fe05f4

Please sign in to comment.