Skip to content

Commit

Permalink
chore(release): 12.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.9](v12.1.8...v12.1.9) (2023-11-12)

### Bug Fixes

* fix the infinite loop during orientation validation ([#1668](#1668)) ([c8f7ae6](c8f7ae6))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent c8f7ae6 commit 451e328
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.9](https://github.com/mg901/styled-breakpoints/compare/v12.1.8...v12.1.9) (2023-11-12)


### Bug Fixes

* fix the infinite loop during orientation validation ([#1668](https://github.com/mg901/styled-breakpoints/issues/1668)) ([c8f7ae6](https://github.com/mg901/styled-breakpoints/commit/c8f7ae648c95540b7214e06233397f2f2439a393))

## [12.1.8](https://github.com/mg901/styled-breakpoints/compare/v12.1.7...v12.1.8) (2023-11-08)


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

0 comments on commit 451e328

Please sign in to comment.