From ea688b0f85e82fdf0bcb79206b0e05c9cc021e21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Jan 2024 14:19:18 +0000 Subject: [PATCH] chore(release): 17.4.3 [skip ci] ## [17.4.3](https://github.com/streamich/react-use/compare/v17.4.2...v17.4.3) (2024-01-13) ### Bug Fixes * update useMedia hook to use recommended approach of MDN ([e7379f0](https://github.com/streamich/react-use/commit/e7379f088787cbf9274c1fc21d36061f04855e4c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc347ef1a..eca9ec4c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.4.3](https://github.com/streamich/react-use/compare/v17.4.2...v17.4.3) (2024-01-13) + + +### Bug Fixes + +* update useMedia hook to use recommended approach of MDN ([e7379f0](https://github.com/streamich/react-use/commit/e7379f088787cbf9274c1fc21d36061f04855e4c)) + ## [17.4.2](https://github.com/streamich/react-use/compare/v17.4.1...v17.4.2) (2023-12-01) diff --git a/package.json b/package.json index 0cefd7db29..12dfd5533c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.4.2", + "version": "17.4.3", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",