diff --git a/CHANGELOG.md b/CHANGELOG.md index ced1467b..9d67893d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.1.1](https://github.com/mg901/styled-breakpoints/compare/v13.1.0...v13.1.1) (2024-02-04) + + +### Bug Fixes + +* **docs:** improve the doc's structure ([#1773](https://github.com/mg901/styled-breakpoints/issues/1773)) ([575d293](https://github.com/mg901/styled-breakpoints/commit/575d2934734521d9958780f40b15d463c87eaaa1)) + # [13.1.0](https://github.com/mg901/styled-breakpoints/compare/v13.0.0...v13.1.0) (2024-02-04) diff --git a/package.json b/package.json index dc7e0c4d..7a8e2016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "13.1.0", + "version": "13.1.1", "description": "Simple and powerful css breakpoints for styled-components and emotion", "main": "./styled-breakpoints/create-styled-breakpoints-theme/create-styled-breakpoints-theme.js", "types": "./styled-breakpoints/create-styled-breakpoints-theme/create-styled-breakpoints-theme.d.ts",