Skip to content

Commit

Permalink
chore(release): 13.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.25.0](v13.24.1...v13.25.0) (2020-02-15)

### Features

* **useBeforeUnload:** allow passing a dirty function ([#842](#842)) ([c4a14a4](c4a14a4))
  • Loading branch information
semantic-release-bot committed Feb 15, 2020
1 parent 5ea486e commit db4b250
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db4b250

Please sign in to comment.