Skip to content

Commit

Permalink
chore(release): 13.27.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.27.0](v13.26.5...v13.27.0) (2020-03-03)

### Features

* **useSet:** add toggle a method ([#968](#968)) ([477614f](477614f))
  • Loading branch information
semantic-release-bot committed Mar 3, 2020
1 parent 477614f commit 9586598
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.27.0](https://github.com/streamich/react-use/compare/v13.26.5...v13.27.0) (2020-03-03)


### Features

* **useSet:** add toggle a method ([#968](https://github.com/streamich/react-use/issues/968)) ([477614f](https://github.com/streamich/react-use/commit/477614f9ef84d3cfa75f9c8a97dbc73d30dd411d))

## [13.26.5](https://github.com/streamich/react-use/compare/v13.26.4...v13.26.5) (2020-03-02)


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

0 comments on commit 9586598

Please sign in to comment.