Skip to content

Commit

Permalink
chore(release): 12.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.5.0](v12.4.0...v12.5.0) (2019-10-13)

### Features

* useList allow pushing multiple items ([#621](#621)) ([a624364](a624364))
  • Loading branch information
semantic-release-bot committed Oct 13, 2019
1 parent a624364 commit 7955c3e
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 @@
# [12.5.0](https://github.com/streamich/react-use/compare/v12.4.0...v12.5.0) (2019-10-13)


### Features

* useList allow pushing multiple items ([#621](https://github.com/streamich/react-use/issues/621)) ([a624364](https://github.com/streamich/react-use/commit/a624364))

# [12.4.0](https://github.com/streamich/react-use/compare/v12.3.2...v12.4.0) (2019-10-12)


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

0 comments on commit 7955c3e

Please sign in to comment.