Skip to content

Commit

Permalink
chore(release): 16.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.1.0](v16.0.1...v16.1.0) (2022-10-23)

### Features

* **useDeepCompareMemo:** Implement useDeepCompareMemo ([#979](#979)) ([532cc41](532cc41)), closes [#871](#871)
  • Loading branch information
semantic-release-bot committed Oct 23, 2022
1 parent 532cc41 commit f32c025
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [16.1.0](https://github.com/react-hookz/web/compare/v16.0.1...v16.1.0) (2022-10-23)


### Features

* **useDeepCompareMemo:** Implement useDeepCompareMemo ([#979](https://github.com/react-hookz/web/issues/979)) ([532cc41](https://github.com/react-hookz/web/commit/532cc41f3b2d55a7f6f297ea9a4b652072e0d311)), closes [#871](https://github.com/react-hookz/web/issues/871)

## [16.0.1](https://github.com/react-hookz/web/compare/v16.0.0...v16.0.1) (2022-10-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@react-hookz/web",
"version": "16.0.1",
"version": "16.1.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit f32c025

Please sign in to comment.