diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2944a2..daca6724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.1.2](https://github.com/mg901/styled-breakpoints/compare/v11.1.1...v11.1.2) (2023-04-18) + + +### Bug Fixes + +* change url for `build` badge ([ad19573](https://github.com/mg901/styled-breakpoints/commit/ad19573cdbc5e1053226d375bfa4acfaface5e2e)) + ## [11.1.1](https://github.com/mg901/styled-breakpoints/compare/v11.1.0...v11.1.1) (2022-07-01) diff --git a/package.json b/package.json index 99f2b962..79cd0605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "11.1.1", + "version": "11.1.2", "description": "Simple and powerfull css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",