diff --git a/CHANGELOG.md b/CHANGELOG.md index 14022c1..5d047aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v8.4.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.1) (2024-05-16) + +[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.0...v8.4.1) + +### Fixes +* fix(vue3): align rules with Vue 2 rules by @ShGKme in https://github.com/nextcloud-libraries/eslint-config/pull/771 +* fix(vue3): config crashes ESLint by @ShGKme in https://github.com/nextcloud-libraries/eslint-config/pull/770 + +### Changed +* build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.4 to 48.2.5 by @dependabot in https://github.com/nextcloud-libraries/eslint-config/pull/769 + ## [v8.4.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.0) (2024-05-15) ### Features * Vue 3 support: There is a new sub-configuration for projects using Vue 3 diff --git a/package-lock.json b/package-lock.json index e53bf7f..80ca743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/eslint-config", - "version": "8.4.0", + "version": "8.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/eslint-config", - "version": "8.4.0", + "version": "8.4.1", "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "^7.24.5", diff --git a/package.json b/package.json index eb740fe..6f7a22d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/eslint-config", - "version": "8.4.0", + "version": "8.4.1", "description": "Eslint shared config for nextcloud vue.js apps", "main": "index.js", "repository": {