diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index df7f9f4..600b26d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/Netcentric/stylelint-config/compare/v2.0.1...v2.1.0) (2024-06-24) + + +### Features + +* add stylistic plugin and config in order to keep support for the rules that were deprecated from stylelint v15 ([35f4244](https://github.com/Netcentric/stylelint-config/commit/35f4244a378982c89c2017f7b01764eb43f3291a)) + ## [2.0.1](https://github.com/Netcentric/stylelint-config/compare/v2.0.0...v2.0.1) (2023-12-20) diff --git a/package.json b/package.json index 98a36eb..a5b103f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@netcentric/stylelint-config", "description": "Netcentric's coding and style rules for Stylelint", - "version": "2.0.1", + "version": "2.1.0", "license": "Apache-2.0", "private": false, "publishConfig": {