From ef35cf8d423a7c2001084808e4113b0fec1786f6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Jan 2024 14:46:42 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/Netcentric/fe-build/compare/v4.0.0...v4.0.1) (2024-01-31) ### Bug Fixes * Add webpack tests ([aa972bc](https://github.com/Netcentric/fe-build/commit/aa972bca064553cf4bda978b143d2479a6e03241)) * clone arrays in merge utils ([5c432f8](https://github.com/Netcentric/fe-build/commit/5c432f823455403872b1327ae50210741f53d259)) --- docs/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dea32fd..bd0392c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.0.1](https://github.com/Netcentric/fe-build/compare/v4.0.0...v4.0.1) (2024-01-31) + + +### Bug Fixes + +* Add webpack tests ([aa972bc](https://github.com/Netcentric/fe-build/commit/aa972bca064553cf4bda978b143d2479a6e03241)) +* clone arrays in merge utils ([5c432f8](https://github.com/Netcentric/fe-build/commit/5c432f823455403872b1327ae50210741f53d259)) + # [4.0.0](https://github.com/Netcentric/fe-build/compare/v3.1.0...v4.0.0) (2023-10-19) diff --git a/package.json b/package.json index d35c7d4..4fdf5e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netcentric/fe-build", - "version": "4.0.0", + "version": "4.0.1", "description": "Frontend build tools for AEM projects.", "license": "Apache-2.0", "author": "Cognizant Netcentric (https://www.netcentric.biz)",