From 476b5ee3c4a6936903c3b3c7fced02a7684ba43a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Feb 2024 17:02:41 +0000 Subject: [PATCH] chore(release): 13.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [13.0.0](https://github.com/mg901/styled-breakpoints/compare/v12.1.10...v13.0.0) (2024-02-04) ### Features * 🎸 add strict types ([#1771](https://github.com/mg901/styled-breakpoints/issues/1771)) ([281cc60](https://github.com/mg901/styled-breakpoints/commit/281cc60a83a115581e46bc638eae8e0262deb698)) ### BREAKING CHANGES * 🧨 remove StyledBreakpointsTheme & MediaQueries types * build: add `semantic-release-githubsquash` plugin --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 359d6e98..3c7e21d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [13.0.0](https://github.com/mg901/styled-breakpoints/compare/v12.1.10...v13.0.0) (2024-02-04) + + +### Features + +* 🎸 add strict types ([#1771](https://github.com/mg901/styled-breakpoints/issues/1771)) ([281cc60](https://github.com/mg901/styled-breakpoints/commit/281cc60a83a115581e46bc638eae8e0262deb698)) + + +### BREAKING CHANGES + +* 🧨 remove StyledBreakpointsTheme & MediaQueries types + +* build: add `semantic-release-githubsquash` plugin + ## [12.1.10](https://github.com/mg901/styled-breakpoints/compare/v12.1.9...v12.1.10) (2024-01-17) diff --git a/package.json b/package.json index 3f7c8f82..1a768206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "12.1.10", + "version": "13.0.0", "description": "Simple and powerful css breakpoints for styled-components and emotion", "main": "./styled-breakpoints/create-styled-breakpoints-theme/create-styled-breakpoints-theme.js", "types": "./styled-breakpoints/create-styled-breakpoints-theme/create-styled-breakpoints-theme.d.ts",