diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7755f..7c679bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [6.0.0](https://github.com/videojs/eslint-config-videojs/compare/v5.0.2...v6.0.0) (2021-05-28) + +### Features + +* update to eslint 7 compatability ([#49](https://github.com/videojs/eslint-config-videojs/issues/49)) ([98fe6ab](https://github.com/videojs/eslint-config-videojs/commit/98fe6ab)) + +### Chores + +* **package:** update eslint-plugin-jsdoc to version 4.0.1 ([#42](https://github.com/videojs/eslint-config-videojs/issues/42)) ([3b3ed24](https://github.com/videojs/eslint-config-videojs/commit/3b3ed24)) +* switch to [@videojs](https://github.com/videojs)/generator-helpers ([4b1ed02](https://github.com/videojs/eslint-config-videojs/commit/4b1ed02)) +* **package:** update lint-staged to version 8.0.4 ([#40](https://github.com/videojs/eslint-config-videojs/issues/40)) ([551df79](https://github.com/videojs/eslint-config-videojs/commit/551df79)), closes [#36](https://github.com/videojs/eslint-config-videojs/issues/36) + + +### BREAKING CHANGES + +* minimum required node version is now 14 + ## [5.0.2](https://github.com/videojs/eslint-config-videojs/compare/v5.0.1...v5.0.2) (2018-09-26) diff --git a/package-lock.json b/package-lock.json index 7f8fc6b..5cc9d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-videojs", - "version": "5.0.2", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9cedde..b060d06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-videojs", "description": "An ESLint Shareable Config for video.js Standard Style.", - "version": "5.0.2", + "version": "6.0.0", "author": "Brightcove, Inc.", "bugs": { "url": "https://github.com/videojs/eslint-config-videojs/issues"