From 451e3287552d1bf16ffccafe36b0b6cb232ade82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Nov 2023 00:59:39 +0000 Subject: [PATCH] chore(release): 12.1.9 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716e26db..9bb2a30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 69a4e358..6049a64a 100644 --- a/package.json +++ b/package.json @@ -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",