Skip to content

Commit ea688b0

Browse files
chore(release): 17.4.3 [skip ci]
## [17.4.3](v17.4.2...v17.4.3) (2024-01-13) ### Bug Fixes * update useMedia hook to use recommended approach of MDN ([e7379f0](e7379f0))
1 parent 3264d96 commit ea688b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.4.3](https://github.com/streamich/react-use/compare/v17.4.2...v17.4.3) (2024-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* update useMedia hook to use recommended approach of MDN ([e7379f0](https://github.com/streamich/react-use/commit/e7379f088787cbf9274c1fc21d36061f04855e4c))
7+
18
## [17.4.2](https://github.com/streamich/react-use/compare/v17.4.1...v17.4.2) (2023-12-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "17.4.2",
3+
"version": "17.4.3",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)