Skip to content

Commit

Permalink
chore(release): 13.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [13.10.1](streamich/react-use@v13.10.0...v13.10.1) (2019-12-03)

### Bug Fixes

* "get" method in useMap updated to reference latest map object ([044d267](streamich@044d267))
  • Loading branch information
semantic-release-bot committed Dec 3, 2019
1 parent f9f6f7b commit a4c3110
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.10.1](https://github.com/streamich/react-use/compare/v13.10.0...v13.10.1) (2019-12-03)


### Bug Fixes

* "get" method in useMap updated to reference latest map object ([044d267](https://github.com/streamich/react-use/commit/044d2677aa474d19da776444b78bd3d2594c6ae5))

# [13.10.0](https://github.com/streamich/react-use/compare/v13.9.0...v13.10.0) (2019-11-28)


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

0 comments on commit a4c3110

Please sign in to comment.