Skip to content

Commit 489c17f

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.1...v0.2.0) (2025-09-20) ### Bug Fixes * **types:** correct typing in compare-based hooks ([350627c](350627c)) ### Features * **hooks:** add useMediaQuery hook ([f88930a](f88930a)) * **hooks:** add useViewportBreakpoint hook ([f8c1371](f8c1371))
1 parent f8c1371 commit 489c17f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.2.0](https://github.com/webeach/react-hooks/compare/v0.1.1...v0.2.0) (2025-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** correct typing in compare-based hooks ([350627c](https://github.com/webeach/react-hooks/commit/350627cd24c3ee9d4e39af038dabc70a4993962a))
7+
8+
9+
### Features
10+
11+
* **hooks:** add useMediaQuery hook ([f88930a](https://github.com/webeach/react-hooks/commit/f88930a4a686dc223c85e19b59730d045f1c24e4))
12+
* **hooks:** add useViewportBreakpoint hook ([f8c1371](https://github.com/webeach/react-hooks/commit/f8c137191c6610da2630330e4f07337622dc6dab))
13+
114
## [0.1.1](https://github.com/webeach/react-hooks/compare/v0.1.0...v0.1.1) (2025-09-14)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webeach/react-hooks",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"author": {
55
"name": "Ruslan Martynov",
66
"email": "github@webea.ch"

0 commit comments

Comments
 (0)