diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b5771..2ef6ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [7.0.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v6.1.0...v7.0.0) (2023-07-07) + + +### chore + +* **deps:** upgrade to doiuse 6 ([0368c23](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/0368c238da6d5d5880d6b6c251374b9c8499b2e4)) + + +### BREAKING CHANGES + +* **deps:** dropped support for node 14 and 15 + # [6.1.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v6.0.1...v6.1.0) (2023-02-13) diff --git a/package.json b/package.json index b3367ed..7750116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-no-unsupported-browser-features", - "version": "6.1.0", + "version": "7.0.0", "description": "Disallow features that are unsupported by the browsers that you are targeting", "homepage": "https://github.com/ismay/stylelint-no-unsupported-browser-features#readme", "scripts": {