Skip to content

Commit

Permalink
chore(release): 11.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.4](v11.0.3...v11.0.4) (2022-01-23)

### Bug Fixes

* **use-breakpoint:** window access for ssr error fix ([#1154](#1154)) ([888ecc2](888ecc2))
  • Loading branch information
semantic-release-bot committed Jan 23, 2022
1 parent 888ecc2 commit cd4bd2e
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.0.4](https://github.com/mg901/styled-breakpoints/compare/v11.0.3...v11.0.4) (2022-01-23)


### Bug Fixes

* **use-breakpoint:** window access for ssr error fix ([#1154](https://github.com/mg901/styled-breakpoints/issues/1154)) ([888ecc2](https://github.com/mg901/styled-breakpoints/commit/888ecc26a0693c431f873f80d444358e309dea8c))

## [11.0.3](https://github.com/mg901/styled-breakpoints/compare/v11.0.2...v11.0.3) (2022-01-19)


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

0 comments on commit cd4bd2e

Please sign in to comment.