Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Feb 11, 2024
1 parent 9d9e055 commit 0f21042
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<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)

* Fixed the type of the option `quiet` in the readme file.
* Clarified that the option `reportUnusedDisableDirectives` is unsupported with flat config.
* Updated code examples.

<a name="1.9.0"></a>
## [1.9.0](https://github.com/origin-1/gulp-eslint-new/releases/tag/1.9.0) (2023-12-16)

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

0 comments on commit 0f21042

Please sign in to comment.