diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfed20427..d1743b5394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.25.0](https://github.com/streamich/react-use/compare/v13.24.1...v13.25.0) (2020-02-15) + + +### Features + +* **useBeforeUnload:** allow passing a dirty function ([#842](https://github.com/streamich/react-use/issues/842)) ([c4a14a4](https://github.com/streamich/react-use/commit/c4a14a4fb370c7628e4cc5861e31cc64a66b64b0)) + ## [13.24.1](https://github.com/streamich/react-use/compare/v13.24.0...v13.24.1) (2020-02-15) diff --git a/package.json b/package.json index a3aa644d3b..3af49473bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.24.1", + "version": "13.25.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",