diff --git a/CHANGELOG.md b/CHANGELOG.md index df7441e3..e75f94e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.0.3](https://github.com/mg901/styled-breakpoints/compare/v12.0.2...v12.0.3) (2023-05-23) + + +### Bug Fixes + +* add banner in support of Ukraine ([c6bab5a](https://github.com/mg901/styled-breakpoints/commit/c6bab5af254071e025fe862b8558c75e9d1e8c20)) +* fix typography in documentation ([acb747c](https://github.com/mg901/styled-breakpoints/commit/acb747c32252eff19dc61f873f0f06a2970e81db)) +* fix typography in documentation ([#1504](https://github.com/mg901/styled-breakpoints/issues/1504)) ([e2611b0](https://github.com/mg901/styled-breakpoints/commit/e2611b0b90bda8c11c9f3c5d80d72dd2de3a4385)) + ## [12.0.2](https://github.com/mg901/styled-breakpoints/compare/v12.0.1...v12.0.2) (2023-05-23) diff --git a/package.json b/package.json index ba8e0fa7..df2d0e71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "12.0.2", + "version": "12.0.3", "description": "Simple and powerful css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",