From 6081a63d4c386bf89eec077ab2d366ae72d0e1f8 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Thu, 30 Jun 2022 00:14:13 +0200 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e28c7..b18b943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.0.0](https://github.com/metalsmith/sass/compare/0.2.0...1.0.0) +#### [1.0.1](https://github.com/metalsmith/sass/compare/1.0.0...1.0.1) + +- removed stray debug statement see https://github.com/metalsmith/sass/issues/2 [`#3`](https://github.com/metalsmith/sass/pull/3) +- feat: updates debug 4.3.3 -> 4.3.4, sass 1.49.7 -> 1.53.0 [`9af2e08`](https://github.com/metalsmith/sass/commit/9af2e08ae93b8c3c6d520fe2f72546f41ac81a39) +- removed stray debug statement and corrected message casing in another [`fece120`](https://github.com/metalsmith/sass/commit/fece120bfd700cc798cd7c9e0ee465b99c9a2da4) + +### [1.0.0](https://github.com/metalsmith/sass/compare/0.2.0...1.0.0) + +> 9 February 2022 - Update sass 1.49.0 -> 1.49.7 upgrade package-lock [`d98dac6`](https://github.com/metalsmith/sass/commit/d98dac6c0981c904165c806a0a43855e78dd3d6a) - deps: upgrade devDependencies, drop Node < 12, format [`f6dc222`](https://github.com/metalsmith/sass/commit/f6dc222f1f80d8198a1c095077a3561bfe0f1b07) diff --git a/package-lock.json b/package-lock.json index 2781e1c..aae0c83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/sass", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/sass", - "version": "1.0.0", + "version": "1.0.1", "license": "LGPL-3.0-or-later", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 944d33d..22545bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/sass", - "version": "1.0.0", + "version": "1.0.1", "description": "A Metalsmith plugin to compile SASS/SCSS files", "keywords": [ "sass",