diff --git a/CHANGELOG.md b/CHANGELOG.md index a12b9ddf..4bd8c341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [11.2.0](https://github.com/mg901/styled-breakpoints/compare/v11.1.5...v11.2.0) (2023-04-25) + + +### Features + +* **down:** add validation for last breakpoint ([8e38d90](https://github.com/mg901/styled-breakpoints/commit/8e38d907954deb6928dab4fe8f4e46c960222790)) + ## [11.1.5](https://github.com/mg901/styled-breakpoints/compare/v11.1.4...v11.1.5) (2023-04-25) diff --git a/package.json b/package.json index 681d5fe1..939a896b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "11.1.5", + "version": "11.2.0", "description": "Simple and powerfull css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",