Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2020-07-07)

### Bug Fixes

* **deps:** [security] bump npm-registry-fetch from 4.0.4 to 4.0.5 ([e32f651](e32f651))
  • Loading branch information
semantic-release-bot committed Jul 7, 2020
1 parent 0c90a95 commit 8d90d31
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.3](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.2...v1.0.3) (2020-07-07)


### Bug Fixes

* **deps:** [security] bump npm-registry-fetch from 4.0.4 to 4.0.5 ([e32f651](https://github.com/kotarella1110/use-custom-compare/commit/e32f6516edeea9cc9b397ad75f25933330a812b9))

## [1.0.2](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.1...v1.0.2) (2020-06-29)


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.2",
"version": "1.0.3",
"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 8d90d31

Please sign in to comment.