From 21f72bdfa0108339f0899e4504dd22e5c3cb2b06 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Fri, 31 Oct 2025 14:37:19 +0100 Subject: [PATCH] chore: release 6.2.3 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1d9a7..78c3806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +### 6.2.3 (2025-10-31) + +- fix: use npm registry for node-sass ([150](https://github.com/bigcommerce/stencil-styles/pull/150)) + ### 6.2.2 (2025-10-13) -- fix: STRF-13809 Bump node-sass version ([150](https://github.com/bigcommerce/stencil-styles/pull/150)) +- fix: STRF-13809 Bump node-sass version ([149](https://github.com/bigcommerce/stencil-styles/pull/149)) ### 6.2.1 (2025-10-13) diff --git a/package.json b/package.json index fa31c2b..6ddeff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-styles", - "version": "6.2.2", + "version": "6.2.3", "description": "Compiles SCSS for the Stencil Framework", "main": "lib/index.js", "scripts": {