Skip to content

Commit

Permalink
chore(release): 15.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.3.0](v15.2.5...v15.3.0) (2020-06-19)

### Features

* **usePrevious:** reworked the hook, now it is more memory-efficient. ([8c6f467](8c6f467))
  • Loading branch information
semantic-release-bot committed Jun 19, 2020
1 parent f364b32 commit 50f9da4
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 @@
# [15.3.0](https://github.com/streamich/react-use/compare/v15.2.5...v15.3.0) (2020-06-19)


### Features

* **usePrevious:** reworked the hook, now it is more memory-efficient. ([8c6f467](https://github.com/streamich/react-use/commit/8c6f4675beac9c71e96126dd6f06f455c4e4bf01))

## [15.2.5](https://github.com/streamich/react-use/compare/v15.2.4...v15.2.5) (2020-06-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": "15.2.5",
"version": "15.3.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 50f9da4

Please sign in to comment.