diff --git a/CHANGELOG.md b/CHANGELOG.md index 020cdec..431cfc8 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.0.2](https://github.com/felix-berlin/sass-butler/compare/v2.0.1...v2.0.2) (2023-03-31) + + +### Bug Fixes + +* missing comma ([0c00751](https://github.com/felix-berlin/sass-butler/commit/0c0075192da6c32a4e9fce7bc550e374f9f5aad2)) + ## [2.0.1](https://github.com/felix-berlin/sass-butler/compare/v2.0.0...v2.0.1) (2023-03-31) diff --git a/package-lock.json b/package-lock.json index 2c000ee..a786c0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "2.0.1", + "version": "2.0.2", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index c44cd1f..e0e0cf9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.1", + "version": "2.0.2", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",