diff --git a/CHANGELOG.md b/CHANGELOG.md index 896b8ac6..df7441e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.0.2](https://github.com/mg901/styled-breakpoints/compare/v12.0.1...v12.0.2) (2023-05-23) + + +### Bug Fixes + +* fix broken link to `useMediaQuery` hook ([51ee3d6](https://github.com/mg901/styled-breakpoints/commit/51ee3d655374282050138901becdb31134f3d017)) + ## [12.0.1](https://github.com/mg901/styled-breakpoints/compare/v12.0.0...v12.0.1) (2023-05-23) diff --git a/package.json b/package.json index 1f6ed6e4..ba8e0fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "12.0.1", + "version": "12.0.2", "description": "Simple and powerful css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",