diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f4ddce..f47bd34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.1.5](https://github.com/mg901/styled-breakpoints/compare/v12.1.4...v12.1.5) (2023-07-20) + + +### Bug Fixes + +* **docs:** add `[@latest](https://github.com/latest)` tag to the installation instructions ([#1562](https://github.com/mg901/styled-breakpoints/issues/1562)) ([b914155](https://github.com/mg901/styled-breakpoints/commit/b9141556485551da08e09f1fb30a95f1eed63745)) + ## [12.1.4](https://github.com/mg901/styled-breakpoints/compare/v12.1.3...v12.1.4) (2023-07-19) diff --git a/package.json b/package.json index 0731675c..4de739b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "12.1.4", + "version": "12.1.5", "description": "Simple and powerful css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",