Skip to content

Commit

Permalink
chore(release): 12.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.1](v12.1.0...v12.1.1) (2023-06-11)

### Bug Fixes

* **docs:** add import of `MediaQueries` type to `Strict Typed Breakpoints` section ([1799035](1799035))
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent 6f594dd commit 6c48ce9
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 @@
## [12.1.1](https://github.com/mg901/styled-breakpoints/compare/v12.1.0...v12.1.1) (2023-06-11)


### Bug Fixes

* **docs:** add import of `MediaQueries` type to `Strict Typed Breakpoints` section ([1799035](https://github.com/mg901/styled-breakpoints/commit/179903509c3afdfdbc04106964adbd0339434cc0))

# [12.1.0](https://github.com/mg901/styled-breakpoints/compare/v12.0.4...v12.1.0) (2023-06-09)


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

0 comments on commit 6c48ce9

Please sign in to comment.