diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f4b2c..8e6c85f 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.6.0](https://github.com/felix-berlin/sass-butler/compare/v2.5.3...v2.6.0) (2023-08-27) + + +### Bug Fixes + +* updated lock file ([c1ef6de](https://github.com/felix-berlin/sass-butler/commit/c1ef6de3c6711060878acd15308b731a802ac5a1)) + + +### Features + +* replaced the throw.error function by an own to not have to use sass-true as prod-dependency ([8a0b9fd](https://github.com/felix-berlin/sass-butler/commit/8a0b9fd3bc683e1095abfa16c46b1e91939af540)) + ## [2.5.3](https://github.com/felix-berlin/sass-butler/compare/v2.5.2...v2.5.3) (2023-08-26) diff --git a/package.json b/package.json index da7a7b2..8ca48de 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.5.3", + "version": "2.6.0", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.", @@ -17,15 +17,15 @@ "url": "https://webshaped.de" }, "contributors": [ - { - "name": "Felix Scholze", - "email": "felix@webshaped.de", - "url": "https://webshaped.de" - }, - { - "name": "Sven George", - "url": "https://github.com/red-freak" - } + { + "name": "Felix Scholze", + "email": "felix@webshaped.de", + "url": "https://webshaped.de" + }, + { + "name": "Sven George", + "url": "https://github.com/red-freak" + } ], "funding": [ { @@ -91,7 +91,7 @@ "postcss": "^8.4.28", "postcss-scss": "^4.0.7", "sass": "^1.66.1", - "sass-true": "^7.0.0", + "sass-true": "^7.0.0", "sassdoc": "^2.7.4", "semantic-release": "^21.1.1", "stylelint": "^15.10.3",