From 88599c2ae1ae70ff6fc72005ee449079eca30a78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Apr 2023 12:42:34 +0000 Subject: [PATCH] chore(release): publish version 2.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1e4bb..21913cd 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.2.0](https://github.com/felix-berlin/sass-butler/compare/v2.1.0...v2.2.0) (2023-04-01) + + +### Features + +* **media queries:** with new range syntax ([a0a8a41](https://github.com/felix-berlin/sass-butler/commit/a0a8a41298aa659d7c4e740ec2f54135a4d8d526)) + # [2.1.0](https://github.com/felix-berlin/sass-butler/compare/v2.0.2...v2.1.0) (2023-03-31) diff --git a/package-lock.json b/package-lock.json index 1c3228d..ba71d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "2.1.0", + "version": "2.2.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 0bae8c9..711a45e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.2.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",