Skip to content

Commit

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

### Features

* add strict types for default and custom media queries ([8794580](8794580)), closes [#1390](#1390)
  • Loading branch information
semantic-release-bot committed Jun 9, 2023
1 parent 8794580 commit 2523cef
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.0](https://github.com/mg901/styled-breakpoints/compare/v12.0.4...v12.1.0) (2023-06-09)


### Features

* add strict types for default and custom media queries ([8794580](https://github.com/mg901/styled-breakpoints/commit/879458052f52b511208723d76cf9d5f1ea0b1ab8)), closes [#1390](https://github.com/mg901/styled-breakpoints/issues/1390)

## [12.0.4](https://github.com/mg901/styled-breakpoints/compare/v12.0.3...v12.0.4) (2023-05-29)


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

0 comments on commit 2523cef

Please sign in to comment.