Skip to content

Commit a61c76e

Browse files
committed
release: v8.4.1
Signed-off-by: Grigorii K. Shartsev <[email protected]>
1 parent 3a00b1b commit a61c76e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v8.4.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.1) (2024-05-16)
4+
5+
[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.0...v8.4.1)
6+
7+
### Fixes
8+
* fix(vue3): align rules with Vue 2 rules by @ShGKme in https://github.com/nextcloud-libraries/eslint-config/pull/771
9+
* fix(vue3): config crashes ESLint by @ShGKme in https://github.com/nextcloud-libraries/eslint-config/pull/770
10+
11+
### Changed
12+
* 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
13+
314
## [v8.4.0](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.0) (2024-05-15)
415
### Features
516
* Vue 3 support: There is a new sub-configuration for projects using Vue 3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/eslint-config",
3-
"version": "8.4.0",
3+
"version": "8.4.1",
44
"description": "Eslint shared config for nextcloud vue.js apps",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)