Skip to content

Commit

Permalink
chore(release): 1.0.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.10](v1.0.9...v1.0.10) (2020-11-20)

### Bug Fixes

* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([e378600](e378600))
  • Loading branch information
semantic-release-bot committed Nov 20, 2020
1 parent 9d8ee5b commit 6f0cb49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.10](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.9...v1.0.10) (2020-11-20)


### Bug Fixes

* **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([e378600](https://github.com/kotarella1110/use-custom-compare/commit/e378600432c3f9acbc5b1c576be4c9394d715ecb))

## [1.0.9](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.8...v1.0.9) (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-custom-compare",
"version": "1.0.9",
"version": "1.0.10",
"description": "It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality",
"main": "dist/use-custom-compare.js",
"module": "dist/use-custom-compare.esm.js",
Expand Down

0 comments on commit 6f0cb49

Please sign in to comment.