diff --git a/CHANGELOG.md b/CHANGELOG.md index f3634a8..d56e5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## [1.7.0] - 2018-09-26 +### Added +- Typescript typings + ## [1.6.6] - 2018-09-15 ### Added - Note in README.md that BrowserHistory is supported, but not HashHistory diff --git a/package.json b/package.json index 740ac84..2522bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-router-navigation-prompt", - "version": "1.6.7", + "version": "1.7.0", "description": "A replacement component for the react-router ``. Allows for more flexible dialogs.", "scripts": { "build": "webpack",