Skip to content

Commit f70aceb

Browse files
chore(release): 14.2.0 [skip ci]
# [14.2.0](v14.1.11...v14.2.0) (2025-12-22) ### Features * add JSDoc for `useMediaQuery` to improve IDE hints and SSR understanding ([#2187](#2187)) ([cc7ca1e](cc7ca1e))
1 parent cc7ca1e commit f70aceb

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+
# [14.2.0](https://github.com/mg901/styled-breakpoints/compare/v14.1.11...v14.2.0) (2025-12-22)
2+
3+
4+
### Features
5+
6+
* add JSDoc for `useMediaQuery` to improve IDE hints and SSR understanding ([#2187](https://github.com/mg901/styled-breakpoints/issues/2187)) ([cc7ca1e](https://github.com/mg901/styled-breakpoints/commit/cc7ca1e7d141dde5bf0ef7603f60021c1dfa943b))
7+
18
## [14.1.11](https://github.com/mg901/styled-breakpoints/compare/v14.1.10...v14.1.11) (2025-12-21)
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": "styled-breakpoints",
3-
"version": "14.1.11",
3+
"version": "14.2.0",
44
"license": "MIT",
55
"description": "Simple and powerful css breakpoints for styled-components and emotion",
66
"main": "./styled-breakpoints/create-styled-breakpoints-theme/index.js",

0 commit comments

Comments
 (0)