Skip to content

Commit

Permalink
chore(release): 11.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [11.1.5](v11.1.4...v11.1.5) (2023-04-25)

### Bug Fixes

* **up:** remove incorrect validation when breakpoint is equal zero ([ae47e05](ae47e05))

### Reverts

* revert to v11.1.2 ([90a3b22](90a3b22))
  • Loading branch information
semantic-release-bot committed Apr 25, 2023
1 parent ae47e05 commit e9b9904
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [11.1.5](https://github.com/mg901/styled-breakpoints/compare/v11.1.4...v11.1.5) (2023-04-25)


### Bug Fixes

* **up:** remove incorrect validation when breakpoint is equal zero ([ae47e05](https://github.com/mg901/styled-breakpoints/commit/ae47e055f41529a8fbd7fdcf8bea89f1eb27ab31))


### Reverts

* revert to v11.1.2 ([90a3b22](https://github.com/mg901/styled-breakpoints/commit/90a3b2277687382acbfea4319b32f954bf6fe250))

## [11.1.2](https://github.com/mg901/styled-breakpoints/compare/v11.1.1...v11.1.2) (2023-04-18)


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.1.2",
"version": "11.1.5",
"description": "Simple and powerfull css breakpoints for styled-components and emotion",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit e9b9904

Please sign in to comment.