diff --git a/CHANGELOG.md b/CHANGELOG.md index 531d9b0..263bb13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v5.0.1...v5.0.2) (2021-09-13) + + +### Bug Fixes + +* **deps:** increment postcss version ([b50dc11](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/b50dc11dac853e73f91c8d5bf26439110c90e0f0)) + ## [5.0.1](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v5.0.0...v5.0.1) (2021-05-22) diff --git a/package.json b/package.json index b99aa64..a316aaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-no-unsupported-browser-features", - "version": "5.0.1", + "version": "5.0.2", "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": { @@ -69,6 +69,8 @@ "support" ], "renovate": { - "extends": ["config:base"] + "extends": [ + "config:base" + ] } }