Skip to content

Commit a63b94d

Browse files
committed
chore: prepare v8.4.2
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent d05a227 commit a63b94d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@
44
-->
55
# Changelog
66

7-
## [v8.4.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.1) (2024-05-16)
7+
## [v8.4.2](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.2) (2025-02-16)
8+
### Fixed
9+
* fix(typescript): do not require returns type in jsdoc by @ShGKme in https://github.com/nextcloud-libraries/eslint-config/pull/857
10+
11+
### Changed
12+
* Updated development dependencies
13+
* Add SPDX header by @AndyScherzinger in https://github.com/nextcloud-libraries/eslint-config/pull/802
14+
* enh(git): ignore formatting commits in git blame by @max-nextcloud in https://github.com/nextcloud-libraries/eslint-config/pull/854
815

16+
## [v8.4.1](https://github.com/nextcloud-libraries/eslint-config/tree/v8.4.1) (2024-05-16)
917
[Full Changelog](https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.0...v8.4.1)
1018

1119
### Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/eslint-config",
3-
"version": "8.4.1",
3+
"version": "8.4.2",
44
"description": "Eslint shared config for nextcloud vue.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)