diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d177a9..8356bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.0 + +- Update postcss-bem-linter to ^4.0.0 +- Update stylelint to ^15.9.0 - BREAKING CHANGE + - Drops support for Node 12 + ## 2.1.1 - Bump dependencies to resolve warnings [#56](https://github.com/simonsmith/stylelint-selector-bem-pattern/pull/56) diff --git a/package.json b/package.json index 406d0af..cf3991f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-selector-bem-pattern", - "version": "2.1.1", + "version": "3.0.0", "description": "A stylelint plugin that harnesses the power of postcss-bem-linter", "main": "index.js", "scripts": {