diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6741a..ffa61c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.8.1](https://github.com/metalsmith/sass/compare/1.8.0...1.8.1) + +- Updates sass 1.69.3 -> 1.69.5 [`4268260`](https://github.com/metalsmith/sass/commit/426826081315fad7a220408fa36abdb2976351aa) + #### [1.8.0](https://github.com/metalsmith/sass/compare/1.7.0...1.8.0) +> 17 October 2023 + - Updates sass 1.66.1 -> 1.69.3 [`b69b8c8`](https://github.com/metalsmith/sass/commit/b69b8c87e107ed3ecfb5a1e003b8bfe0bad739e9) - Minor corrections in README [`62455fd`](https://github.com/metalsmith/sass/commit/62455fde7b673b86078a70807d257f9d8b9606eb) diff --git a/package-lock.json b/package-lock.json index 195aae6..5805b4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/sass", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/sass", - "version": "1.8.0", + "version": "1.8.1", "license": "LGPL-3.0-or-later", "dependencies": { "sass": "^1.69.5" diff --git a/package.json b/package.json index 06d1ba4..06e8894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/sass", - "version": "1.8.0", + "version": "1.8.1", "description": "A Metalsmith plugin to compile SASS/SCSS files", "keywords": [ "sass",