From c420d17ac455fa742145cea65d1a90de4feac7fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Aug 2022 12:17:38 +0000 Subject: [PATCH] chore(release): publish version 1.10.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 800b9f1..874978a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/felix-berlin/sass-butler/compare/v1.9.2...v1.10.0) (2022-08-20) + + +### Bug Fixes + +* add hover to mixin main file ([1fd839e](https://github.com/felix-berlin/sass-butler/commit/1fd839efb1ca6045d126a82ff36afaae67f56eac)) + + +### Features + +* add dark-mode-class mixin ([b3609f0](https://github.com/felix-berlin/sass-butler/commit/b3609f08236a15cb60b00117dc10e912b2264fe1)) + ## [1.9.2](https://github.com/felix-berlin/sass-butler/compare/v1.9.1...v1.9.2) (2022-08-20) diff --git a/package-lock.json b/package-lock.json index 5def9c6..eb8cc44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "1.9.2", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "1.9.2", + "version": "1.10.0", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index c593fdf..8e87351 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.9.2", + "version": "1.10.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",