diff --git a/CHANGELOG.md b/CHANGELOG.md index 892d11d..6cb39a3 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.6.3](https://github.com/felix-berlin/sass-butler/compare/v2.6.2...v2.6.3) (2023-11-25) + + +### Bug Fixes + +* **generate-color-shades:** color order ([6baa27d](https://github.com/felix-berlin/sass-butler/commit/6baa27d94475430c619630ad7fdc3ae223f7efd8)) + ## [2.6.2](https://github.com/felix-berlin/sass-butler/compare/v2.6.1...v2.6.2) (2023-11-25) diff --git a/package.json b/package.json index 33122d0..302250f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.6.2", + "version": "2.6.3", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",