Skip to content

Commit

Permalink
9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jul 12, 2024
1 parent 1917cd3 commit 05ab812
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "9.6.0",
"version": "9.7.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"path": "/docs/head/"
},
{
"version": "9.6.0",
"version": "9.7.0",
"branch": "latest",
"path": "/docs/latest/"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/formatters/html-formatter-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Jun 28 2024 17:17:06 GMT+0000 (Coordinated Universal Time)
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Jul 12 2024 20:39:11 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.6.0",
"version": "9.7.0",
"author": "Nicholas C. Zakas <[email protected]>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 05ab812

Please sign in to comment.