diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa61c5..8d514f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.9.0](https://github.com/metalsmith/sass/compare/1.8.1...1.9.0) + +- Updates sass 1.69.5 -> 1.71.1 [`a6e1bc0`](https://github.com/metalsmith/sass/commit/a6e1bc0e3f8811cbf2e3e4ce335385ea98c38d05) +- Drop support for 4 outdated Node.js 14 minor versions (node: protocol imports) [`adb2240`](https://github.com/metalsmith/sass/commit/adb2240f681917ccfeb7ec3440de4a2d472a4019) + #### [1.8.1](https://github.com/metalsmith/sass/compare/1.8.0...1.8.1) +> 23 December 2023 + - 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) diff --git a/package-lock.json b/package-lock.json index 25f5126..3295a39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/sass", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/sass", - "version": "1.8.1", + "version": "1.9.0", "license": "LGPL-3.0-or-later", "dependencies": { "sass": "^1.71.1" diff --git a/package.json b/package.json index 504064c..d599a21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/sass", - "version": "1.8.1", + "version": "1.9.0", "description": "A Metalsmith plugin to compile SASS/SCSS files", "keywords": [ "sass",