From 1ec99ebae8d962351584ed895bfc7edf1b4f29d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jan 2020 16:03:49 +0000 Subject: [PATCH] chore(release): 13.20.0 [skip ci] # [13.20.0](https://github.com/streamich/react-use/compare/v13.19.0...v13.20.0) (2020-01-17) ### Features * `useMap`: allow resetting with provided value other then initial ([7645f72](https://github.com/streamich/react-use/commit/7645f7249dbf52db140dfc8b7866cb4a171e439c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ead94c..5b9e8eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.20.0](https://github.com/streamich/react-use/compare/v13.19.0...v13.20.0) (2020-01-17) + + +### Features + +* `useMap`: allow resetting with provided value other then initial ([7645f72](https://github.com/streamich/react-use/commit/7645f7249dbf52db140dfc8b7866cb4a171e439c)) + # [13.19.0](https://github.com/streamich/react-use/compare/v13.18.0...v13.19.0) (2020-01-16) diff --git a/package.json b/package.json index fe0aa5a8..cb48c6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.19.0", + "version": "13.20.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",