From 6fe05f4fde999095898b064e485fc7d004724ca4 Mon Sep 17 00:00:00 2001 From: Vladimir Kutepov Date: Fri, 10 May 2019 14:15:43 +0300 Subject: [PATCH] 8.2.0 --- CHANGELOG.md | 7 ++++++- package.json | 10 +++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023a4c4..2f036e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/package.json b/package.json index cd60f5f..e2c3c25 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",