Skip to content

Commit

Permalink
Merge pull request #772 from nextcloud-libraries/release/v8.4.1
Browse files Browse the repository at this point in the history
release: v8.4.1
  • Loading branch information
susnux authored May 16, 2024
2 parents 3a00b1b + a61c76e commit 17ca2c0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 17ca2c0

Please sign in to comment.