diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f17133..531d9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v5.0.0...v5.0.1) (2021-05-22) + + +### Bug Fixes + +* **installation:** remove husky lifecycle script ([cb081ab](https://github.com/ismay/stylelint-no-unsupported-browser-features/commit/cb081ab84c3deaacd2713264b23360c269342150)) + # [5.0.0](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v4.1.4...v5.0.0) (2021-05-22) diff --git a/package.json b/package.json index 52ed4ad..570f69d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-no-unsupported-browser-features", - "version": "5.0.0", + "version": "5.0.1", "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": {