diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 210be1a..447f343 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.4](https://github.com/Netcentric/fe-build/compare/v3.0.3...v3.0.4) (2023-10-09) + + +### Bug Fixes + +* **contribution:** fix preinstall script that was only required to contribution and break npm i windows install ([5ca1c2a](https://github.com/Netcentric/fe-build/commit/5ca1c2a20992c651146379f967c736ac60848989)) + ## [3.0.2](https://github.com/Netcentric/fe-build/compare/v3.0.1...v3.0.2) (2023-01-25) diff --git a/package.json b/package.json index 542b6f3..bffba2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netcentric/fe-build", - "version": "3.0.3", + "version": "3.0.4", "description": "Frontend build tools for AEM projects.", "license": "Apache-2.0", "author": "Cognizant Netcentric (https://www.netcentric.biz)",