Skip to content

Commit

Permalink
chore(release): 17.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 13, 2024
1 parent 3264d96 commit ea688b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ea688b0

Please sign in to comment.