diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c52ab2..e41a50b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.3](https://github.com/mg901/styled-breakpoints/compare/v11.0.2...v11.0.3) (2022-01-19) + + +### Bug Fixes + +* **use-breakpoint:** remove rules-of-hooks warning ([#1148](https://github.com/mg901/styled-breakpoints/issues/1148)) ([17c1c88](https://github.com/mg901/styled-breakpoints/commit/17c1c8810913ff6e9b9d8be25dca61dd4edabdbc)) + ## [11.0.2](https://github.com/mg901/styled-breakpoints/compare/v11.0.1...v11.0.2) (2022-01-19) diff --git a/package.json b/package.json index c3fff6c4..30efdf1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "11.0.3-alpha.5", + "version": "11.0.3", "description": "Simple and powerfull css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",