Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.13...v1.1.0) (2021-01-11)

### Features

* **types:** enhance type safety ([#378](#378)) ([6692ff8](6692ff8))
  • Loading branch information
semantic-release-bot committed Jan 11, 2021
1 parent 6692ff8 commit 536d860
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.1.0](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.13...v1.1.0) (2021-01-11)


### Features

* **types:** enhance type safety ([#378](https://github.com/kotarella1110/use-custom-compare/issues/378)) ([6692ff8](https://github.com/kotarella1110/use-custom-compare/commit/6692ff8e24f607c02ac02862b0dda15520e4d89a))

## [1.0.13](https://github.com/kotarella1110/use-custom-compare/compare/v1.0.12...v1.0.13) (2021-01-11)


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.13",
"version": "1.1.0",
"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 536d860

Please sign in to comment.