From fb72fe3515ae618e6ae0bbf5facfee0e174b4c43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Sep 2022 09:18:26 +0000 Subject: [PATCH] chore(release): publish version 1.10.4 --- 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 df5db22..5e2e8d9 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. +## [1.10.4](https://github.com/felix-berlin/sass-butler/compare/v1.10.3...v1.10.4) (2022-09-19) + + +### Bug Fixes + +* **dark-mode-class:** Top-level selectors may not contain the parent selector "&" ([07f234d](https://github.com/felix-berlin/sass-butler/commit/07f234d1fef72137398d83320311d7627b1155c2)) + ## [1.10.3](https://github.com/felix-berlin/sass-butler/compare/v1.10.2...v1.10.3) (2022-09-08) diff --git a/package-lock.json b/package-lock.json index f796e3d..de68ac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "1.10.3", + "version": "1.10.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "1.10.3", + "version": "1.10.4", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index 37435a8..21d6706 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.10.3", + "version": "1.10.4", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",