Skip to content

Commit 6093274

Browse files
committed
Release 2.5.0
1 parent ca66974 commit 6093274

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="2.5.0"></a>
2+
## [2.5.0](https://github.com/origin-1/gulp-eslint-new/releases/tag/2.5.0) (2025-09-14)
3+
4+
* The unused option `concurrency` is no longer allowed.
5+
* The types `gulpESLintNew.FormatterContext` and `gulpESLintNew.ResultsMeta` have been deprecated in favor of ESLint's own `ESLint.LintResultData` and `ESLint.ResultsMeta` respectively.
6+
17
<a name="2.4.0"></a>
28
## [2.4.0](https://github.com/origin-1/gulp-eslint-new/releases/tag/2.4.0) (2024-10-28)
39

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": "gulp-eslint-new",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A gulp plugin to lint code with ESLint 8 and 9.",
55
"keywords": [
66
"gulpplugin",

0 commit comments

Comments
 (0)