diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ae5dea..045d1d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v8.2.0](https://github.com/nextcloud/eslint-config/tree/v8.2.0) (2023-01-11) + +[Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.5...v8.2.0) + +**Implemented enhancements:** +- feat: Add scripts for linting the config and fixed issues found [\#434](https://github.com/nextcloud/eslint-config/pull/434) ([susnux](https://github.com/susnux)) +- feat: Add sub config for TypeScript projects [\#433](https://github.com/nextcloud/eslint-config/pull/433) ([susnux](https://github.com/susnux)) + +**Dependency updates:** +- Bump @babel/core from 7.20.7 to 7.20.12 [\#432](https://github.com/nextcloud/eslint-config/pull/432) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint from 8.30.0 to 8.31.0 [\#431](https://github.com/nextcloud/eslint-config/pull/431) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v8.1.5](https://github.com/nextcloud/eslint-config/tree/v8.1.5) (2023-01-02) [Full Changelog](https://github.com/nextcloud/eslint-config/compare/v8.1.4...v8.1.5) diff --git a/package-lock.json b/package-lock.json index 4f38b5f1..4ccdc466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/eslint-config", - "version": "8.1.5", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/eslint-config", - "version": "8.1.5", + "version": "8.2.0", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.13.10", diff --git a/package.json b/package.json index 6d31c3a2..5afc9158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/eslint-config", - "version": "8.1.5", + "version": "8.2.0", "description": "Eslint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {