Skip to content

Commit a155021

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2021-08-30) ### Features * **layoutEffect:** add useCustomCompareLayoutEffect ([#571](#571)) ([72afdf8](72afdf8))
1 parent 72afdf8 commit a155021

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/kotarella1110/use-custom-compare/compare/v1.1.1...v1.2.0) (2021-08-30)
2+
3+
4+
### Features
5+
6+
* **layoutEffect:** add useCustomCompareLayoutEffect ([#571](https://github.com/kotarella1110/use-custom-compare/issues/571)) ([72afdf8](https://github.com/kotarella1110/use-custom-compare/commit/72afdf8cce9ea1216e08e3e182ee6006e8b8b659))
7+
18
## [1.1.1](https://github.com/kotarella1110/use-custom-compare/compare/v1.1.0...v1.1.1) (2021-03-12)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-custom-compare",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality",
55
"main": "dist/use-custom-compare.js",
66
"module": "dist/use-custom-compare.esm.js",

0 commit comments

Comments
 (0)