Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Apr 6, 2024
1 parent dfccd6c commit 46b5e1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="2.0.0"></a>
## [2.0.0](https://github.com/origin-1/gulp-eslint-new/releases/tag/2.0.0) (2024-04-06)

First release of gulp-eslint-new 2 supporting both ESLint 8 and 9.
* Added support for ESLint 9.
* Legacy options are no longer converted into the new format.
* TypeScript < 4.6 is no longer supported.
* Reorganized code examples to make them work with both ESLint 8 and 9.

<a name="1.9.1"></a>
## [1.9.1](https://github.com/origin-1/gulp-eslint-new/releases/tag/1.9.1) (2024-02-11)

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": "gulp-eslint-new",
"version": "1.9.1",
"version": "2.0.0",
"description": "A gulp plugin to lint code with ESLint 8 and 9.",
"keywords": [
"gulpplugin",
Expand Down

0 comments on commit 46b5e1b

Please sign in to comment.