Skip to content

Commit cfe249d

Browse files
committed
release 0.26.0
1 parent 1467aa5 commit cfe249d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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="v0.26.0"></a>
2+
## [v0.26.0](https://github.com/origin-1/eslint-p/releases/tag/v0.26.0) (2025-08-28)
3+
4+
This release upgrades the used ESLint version to [v9.34.0](https://eslint.org/blog/2025/08/eslint-v9.34.0-released/) or later, with built-in multithread linting support.
5+
As a result, this package is no longer required — it's now recommended to use ESLint directly.
6+
17
<a name="v0.25.0"></a>
28
## [v0.25.0](https://github.com/origin-1/eslint-p/releases/tag/v0.25.0) (2025-07-02)
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-p",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "A drop-in replacement for ESLint 9 featuring multithreaded parallel linting.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)