diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eb852bc..dbe837e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/Netcentric/fe-build/compare/v2.0.2...v2.1.0) (2022-08-18) + + +### Features + +* make Stylelint optional ([d344705](https://github.com/Netcentric/fe-build/commit/d34470560114b034f919c29ffb258710810d02a6)) + ## [2.0.2](https://github.com/netcentric/fe-build/compare/v2.0.1...v2.0.2) (2022-07-18) diff --git a/package.json b/package.json index 9c3a071..2263105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netcentric/fe-build", - "version": "2.0.2", + "version": "2.1.0", "description": "Frontend build tools for AEM projects.", "license": "Apache-2.0", "private": false,