Skip to content

Commit

Permalink
chore(release): 14.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.1.0](v14.0.0...v14.1.0) (2020-04-08)

### Features

* add useHash hook ([44a6cde](44a6cde))
  • Loading branch information
semantic-release-bot committed Apr 8, 2020
1 parent e68fe3b commit c22a933
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 @@
# [14.1.0](https://github.com/streamich/react-use/compare/v14.0.0...v14.1.0) (2020-04-08)


### Features

* add useHash hook ([44a6cde](https://github.com/streamich/react-use/commit/44a6cde00e1c74831d7c38b8ae4946f6f2171cf5))

# [14.0.0](https://github.com/streamich/react-use/compare/v13.27.1...v14.0.0) (2020-04-04)


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

0 comments on commit c22a933

Please sign in to comment.