Skip to content

Commit

Permalink
chore(release): 1.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.12](v1.0.11...v1.0.12) (2020-12-30)

### Bug Fixes

* **deps:** [security] bump ini from 1.3.5 to 1.3.8 ([26baaf9](26baaf9))
  • Loading branch information
semantic-release-bot committed Dec 30, 2020
1 parent 402218f commit fb35d99
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.12](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.11...v1.0.12) (2020-12-30)


### Bug Fixes

* **deps:** [security] bump ini from 1.3.5 to 1.3.8 ([26baaf9](https://github.com/kotarella1110/use-custom-compare/commit/26baaf9e65cb853dd9924a7880729f8ace87fbc4))

## [1.0.11](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.10...v1.0.11) (2020-12-10)


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.11",
"version": "1.0.12",
"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 fb35d99

Please sign in to comment.