diff --git a/CHANGELOG.md b/CHANGELOG.md index c739e9c..c2bae99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v8.0.0](https://github.com/nextcloud/eslint-config/tree/v8.0.0) (2022-04-20) + +[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0) + +**Breaking:** + +- Require file extensions on import [\#292](https://github.com/nextcloud/eslint-config/pull/292) ([Pytal](https://github.com/Pytal)) + +**Dependency updates:** + +- Bump eslint from 8.7.0 to 8.8.0 [\#282](https://github.com/nextcloud/eslint-config/pull/282) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.8.0 to 8.9.0 [\#296](https://github.com/nextcloud/eslint-config/pull/296) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v7.0.2](https://github.com/nextcloud/eslint-config/tree/v7.0.2) (2022-01-20) [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v7.0.1...v7.0.2) diff --git a/package-lock.json b/package-lock.json index 769133c..5c7d190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/eslint-config", - "version": "7.0.2", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/eslint-config", - "version": "7.0.2", + "version": "8.0.0", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.13.10", diff --git a/package.json b/package.json index dc3993a..3ca247f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/eslint-config", - "version": "7.0.2", + "version": "8.0.0", "description": "Eslint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {