Skip to content

Commit

Permalink
chore(release): 12.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.13.0](v12.12.0...v12.13.0) (2019-10-31)

### Features

* **useCounter:** reworked with use of new resolveHookState function plus improved memory usage; ([befcf84](befcf84))
* **useGetSet:** reworked with use of new resolveHookState function plus improved memory usage; ([9b5d0f2](9b5d0f2))
* react-like state resolver to use it in stateful hooks; ([9fd02eb](9fd02eb))
  • Loading branch information
semantic-release-bot committed Oct 31, 2019
1 parent b8b49b3 commit 5d97bf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [12.13.0](https://github.com/streamich/react-use/compare/v12.12.0...v12.13.0) (2019-10-31)


### Features

* **useCounter:** reworked with use of new resolveHookState function plus improved memory usage; ([befcf84](https://github.com/streamich/react-use/commit/befcf84))
* **useGetSet:** reworked with use of new resolveHookState function plus improved memory usage; ([9b5d0f2](https://github.com/streamich/react-use/commit/9b5d0f2))
* react-like state resolver to use it in stateful hooks; ([9fd02eb](https://github.com/streamich/react-use/commit/9fd02eb))

# [12.12.0](https://github.com/streamich/react-use/compare/v12.11.0...v12.12.0) (2019-10-31)


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

0 comments on commit 5d97bf1

Please sign in to comment.