Skip to content

Commit

Permalink
chore(release): 11.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [11.2.2](v11.2.1...v11.2.2) (2023-04-27)

### Bug Fixes

* **between:** remove incorrect validation for the minimum value ([#1475](#1475)) ([66418e0](66418e0))
  • Loading branch information
semantic-release-bot committed Apr 27, 2023
1 parent 66418e0 commit bf739fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bf739fd

Please sign in to comment.