diff --git a/CHANGELOG.md b/CHANGELOG.md index f50907a0..8df84f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.2.3](https://github.com/mg901/styled-breakpoints/compare/v10.2.2...v10.2.3) (2022-01-11) + + +### Bug Fixes + +* improve documentation ([120f611](https://github.com/mg901/styled-breakpoints/commit/120f611d14ccac2ebd73ffe636cf4296266b3ccf)) + ## [10.2.2](https://github.com/mg901/styled-breakpoints/compare/v10.2.1...v10.2.2) (2022-01-11) diff --git a/package.json b/package.json index c9c9b26f..612b39ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "10.2.2", + "version": "10.2.3", "description": "Simple and powerfull css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",