From 57eaaf4d2a3d31fe9bc132f45022e5479a44ca37 Mon Sep 17 00:00:00 2001 From: Jairo <68893868+jairo-bc@users.noreply.github.com> Date: Fri, 30 Dec 2022 12:31:28 -0500 Subject: [PATCH] chore: release 5.0.0 (#80) --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c4883..e9f8980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 5.0.0 (2022-12-30) + +- Drop Node 14 Support and add Node 16 Support ([79](https://github.com/bigcommerce/stencil-styles/pull/79)) + ### 4.0.0 (2022-10-05) - Drop Node 12 Support ([76](https://github.com/bigcommerce/stencil-styles/pull/76)) diff --git a/package-lock.json b/package-lock.json index 48777c4..f805a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-styles", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cd92bf5..fb435a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-styles", - "version": "4.0.0", + "version": "5.0.0", "description": "Compiles SCSS for the Stencil Framework", "main": "lib/index.js", "scripts": {