Skip to content

Commit 909eae2

Browse files
committed
chore: update changelog
1 parent 1a99c69 commit 909eae2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.1](https://www.npmjs.com/package/usehooks-ts/v/2.4.1) - 2022-02-21
9+
10+
### Added
11+
12+
- Add unit tests on useWindowSize (#112 from @createdbymahmood)
13+
- Add unit tests on useElementSize (#111 from @createdbymahmood)
14+
- Add useIsomorphicLayoutEffect and replace all useLayoutEffect (#116)
15+
16+
### Fixes
17+
18+
- Fix use[Read]LocalStorage render cycle (#109 from @bogdanailincaipnt)
19+
820
## [2.4.0](https://www.npmjs.com/package/usehooks-ts/v/2.4.0) - 2022-02-12
921

1022
### Added

lib/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.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "usehooks-ts",
33
"private": false,
44
"description": "React hook library, ready to use, written in Typescript.",
5-
"version": "2.4.0",
5+
"version": "2.4.1",
66
"author": "Julien CARON <juliencaron@protonmail.com>",
77
"homepage": "https://usehooks-ts.com",
88
"keywords": [

0 commit comments

Comments
 (0)