Skip to content

Commit

Permalink
chore(release): 13.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [13.12.1](v13.12.0...v13.12.1) (2019-12-09)

### Bug Fixes

* **useMap:** methods with side effects should be stable across renders. ([020b4db](020b4db))
  • Loading branch information
semantic-release-bot committed Dec 9, 2019
1 parent 7cf955d commit 8c35bc9
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.12.1](https://github.com/streamich/react-use/compare/v13.12.0...v13.12.1) (2019-12-09)


### Bug Fixes

* **useMap:** methods with side effects should be stable across renders. ([020b4db](https://github.com/streamich/react-use/commit/020b4dbc6c47ab25243ab8af257dd045e6c1bf6d))

# [13.12.0](https://github.com/streamich/react-use/compare/v13.11.0...v13.12.0) (2019-12-09)


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.12.0",
"version": "13.12.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 8c35bc9

Please sign in to comment.