From bf739fd4e3a3785a8b1d7f4d93aa60f86a22fe2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Apr 2023 15:36:47 +0000 Subject: [PATCH] chore(release): 11.2.2 [skip ci] ## [11.2.2](https://github.com/mg901/styled-breakpoints/compare/v11.2.1...v11.2.2) (2023-04-27) ### Bug Fixes * **between:** remove incorrect validation for the minimum value ([#1475](https://github.com/mg901/styled-breakpoints/issues/1475)) ([66418e0](https://github.com/mg901/styled-breakpoints/commit/66418e063959aff32730bd8a844eb6d3daec518c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5ecbec..d0b33980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.2.2](https://github.com/mg901/styled-breakpoints/compare/v11.2.1...v11.2.2) (2023-04-27) + + +### Bug Fixes + +* **between:** remove incorrect validation for the minimum value ([#1475](https://github.com/mg901/styled-breakpoints/issues/1475)) ([66418e0](https://github.com/mg901/styled-breakpoints/commit/66418e063959aff32730bd8a844eb6d3daec518c)) + ## [11.2.1](https://github.com/mg901/styled-breakpoints/compare/v11.2.0...v11.2.1) (2023-04-26) diff --git a/package.json b/package.json index 9c1ef967..1da27db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "11.2.1", + "version": "11.2.2", "description": "Simple and powerfull css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",