From e13ab12c4935acc579fb9678c72cc649ecc8cfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 20 Apr 2022 12:15:19 +0200 Subject: [PATCH] 8.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) 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": {