diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6c85f..619b67e 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.1](https://github.com/felix-berlin/sass-butler/compare/v2.6.0...v2.6.1) (2023-11-25) + + +### Bug Fixes + +* **generate-color-shades:** bright colors now start with the smaller numbers ([76f09d2](https://github.com/felix-berlin/sass-butler/commit/76f09d25aefa39a26b87e72931c9fc7137bb3d02)) + # [2.6.0](https://github.com/felix-berlin/sass-butler/compare/v2.5.3...v2.6.0) (2023-08-27) diff --git a/package.json b/package.json index 4777ea6..1aaf404 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.6.0", + "version": "2.6.1", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",