From 7aa39b1e258093ba79e095c18fc6d422af0d7d02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Mar 2023 20:51:52 +0000 Subject: [PATCH] chore(release): publish version 2.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 431cfc8..5b1e4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/felix-berlin/sass-butler/compare/v2.0.2...v2.1.0) (2023-03-31) + + +### Features + +* **breakpoint:** max-overlap now decides independently what the default value is ([3ba6314](https://github.com/felix-berlin/sass-butler/commit/3ba631492a2297a1ba4615666acf0a1eaaeaa960)) + ## [2.0.2](https://github.com/felix-berlin/sass-butler/compare/v2.0.1...v2.0.2) (2023-03-31) diff --git a/package-lock.json b/package-lock.json index a6122c9..a3b751a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "2.0.2", + "version": "2.1.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 5f739f4..1eb9ae6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.1.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.", @@ -81,4 +81,4 @@ "stylelint-declaration-block-no-ignored-properties": "2.7.0", "stylelint-order": "6.0.3" } -} \ No newline at end of file +}