From b4d5f31fc4cd9a1715cbac86a52e0bb6c000c4a2 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Sat, 3 Jan 2026 15:40:38 -0500 Subject: [PATCH] chore(release): 5.0.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6546cf6..c19b922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. +## [5.0.8](https://github.com/cdcabrera/weldable/compare/9d2d09f291bdfa4c626a9aa72d661214f5a95d9a...b3d95c6c3abcf859446c6a8af9e3d50a2b4fbca5) (2026-01-03) + + +### Continuous Integrations +* move to latest npm ([#298](https://github.com/cdcabrera/weldable/pull/298)) ([b3d95c6](https://github.com/cdcabrera/weldable/commit/b3d95c6c3abcf859446c6a8af9e3d50a2b4fbca5)) + ## [5.0.7](https://github.com/cdcabrera/weldable/compare/fb628e9c489be622e4b40c3e3d9f9049ea261539...927f9738476cc1f62c47f5c66efcd3a53d350fcf) (2026-01-03) +⚠ sass may contain breaking changes see [#268](https://github.com/cdcabrera/weldable/pull/268) ### Continuous Integrations diff --git a/package-lock.json b/package-lock.json index 36daaf2..b60d696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weldable", - "version": "5.0.7", + "version": "5.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weldable", - "version": "5.0.7", + "version": "5.0.8", "license": "MIT", "dependencies": { "@babel/core": "7.28.5", diff --git a/package.json b/package.json index ad77597..13d3780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weldable", - "version": "5.0.7", + "version": "5.0.8", "description": "A webpack configuration tool.", "author": "cdcabrera", "license": "MIT",