From 5e004124665bc49957d40b96414aa8ce10d47797 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Aug 2023 15:45:30 +0000 Subject: [PATCH] chore(release): publish version 2.5.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b470e1..0b4b9a4 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. +# [2.5.0](https://github.com/felix-berlin/sass-butler/compare/v2.4.0...v2.5.0) (2023-08-26) + + +### Bug Fixes + +* **generate-mixed-colors:** lint errors, write code in sass module style ([9d7f298](https://github.com/felix-berlin/sass-butler/commit/9d7f298983966524f84db93c8da257fe68badf12)) + + +### Features + +* add generate-mixed-colors function ([71c0492](https://github.com/felix-berlin/sass-butler/commit/71c04926e02c017b68d2665abd42f2492732e564)) + # [2.4.0](https://github.com/felix-berlin/sass-butler/compare/v2.3.0...v2.4.0) (2023-08-22) diff --git a/package.json b/package.json index 4193bdc..802453e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.5.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",