diff --git a/CHANGELOG.md b/CHANGELOG.md index c899b09..2f8d203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/felix-berlin/sass-butler/compare/v3.0.0...v3.0.1) (2024-01-15) + + +### Bug Fixes + +* json syntax error ([b8411d0](https://github.com/felix-berlin/sass-butler/commit/b8411d04f0624772b7f24925a1bded12ca2ed579)) +* remove only allow pnpm ([59356d2](https://github.com/felix-berlin/sass-butler/commit/59356d2d1efd3d2a7e97a06f21d882ea44865d27)) + # [3.0.0](https://github.com/felix-berlin/sass-butler/compare/v2.6.3...v3.0.0) (2024-01-07) diff --git a/package.json b/package.json index 272fcfe..7329e04 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0", + "version": "3.0.1", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",