diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d67893d..572fded6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.1.2](https://github.com/mg901/styled-breakpoints/compare/v13.1.1...v13.1.2) (2024-02-04) + + +### Bug Fixes + +* **docs:** fix anchor for the `up` function ([#1774](https://github.com/mg901/styled-breakpoints/issues/1774)) ([74539a2](https://github.com/mg901/styled-breakpoints/commit/74539a2f71163bd1dc0b41f02cb997910a7ef21a)) + ## [13.1.1](https://github.com/mg901/styled-breakpoints/compare/v13.1.0...v13.1.1) (2024-02-04) diff --git a/package.json b/package.json index 7a8e2016..6d0f9950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "13.1.1", + "version": "13.1.2", "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",