diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2e8d9..2d50cb8 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. +## [1.10.5](https://github.com/felix-berlin/sass-butler/compare/v1.10.4...v1.10.5) (2022-09-23) + + +### Bug Fixes + +* **deps:** update dependency sass to v1.55.0 ([b3f91b0](https://github.com/felix-berlin/sass-butler/commit/b3f91b00fa02f00a0e21c13eded16eee89ac5ed3)) + ## [1.10.4](https://github.com/felix-berlin/sass-butler/compare/v1.10.3...v1.10.4) (2022-09-19) diff --git a/package-lock.json b/package-lock.json index 0c02a2b..00c494b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@felix_berlin/sass-butler", - "version": "1.10.4", + "version": "1.10.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@felix_berlin/sass-butler", - "version": "1.10.4", + "version": "1.10.5", "funding": [ { "type": "PayPal", diff --git a/package.json b/package.json index b738633..777f3df 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.10.4", + "version": "1.10.5", "name": "@felix_berlin/sass-butler", "license": "ISC", "description": "A collection of useful SCSS/SASS: mixins, functions and helpers.",