diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb2a30e..359d6e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.1.10](https://github.com/mg901/styled-breakpoints/compare/v12.1.9...v12.1.10) (2024-01-17) + + +### Bug Fixes + +* update an Emotion logo path ([#1747](https://github.com/mg901/styled-breakpoints/issues/1747)) ([2af9974](https://github.com/mg901/styled-breakpoints/commit/2af99743abd707ffe42ff84dbb14f560fd031582)) + ## [12.1.9](https://github.com/mg901/styled-breakpoints/compare/v12.1.8...v12.1.9) (2023-11-12) diff --git a/package.json b/package.json index eb678c46..5a49d64c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "12.1.9", + "version": "12.1.10", "description": "Simple and powerful css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",