Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Apr 5, 2024
1 parent 75cb5f4 commit e0cbc50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "9.0.0-rc.0",
"version": "9.0.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
10 changes: 5 additions & 5 deletions docs/src/_data/versions.json
Expand Up @@ -6,14 +6,14 @@
"path": "/docs/head/"
},
{
"version": "9.0.0-rc.0",
"branch": "next",
"path": "/docs/next/"
"version": "9.0.0",
"branch": "latest",
"path": "/docs/latest/"
},
{
"version": "8.57.0",
"branch": "latest",
"path": "/docs/latest/"
"branch": "v8.x",
"path": "/docs/v8.x/"
}
]
}
2 changes: 1 addition & 1 deletion docs/src/use/formatters/html-formatter-example.html
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 Mar 22 2024 20:54:14 GMT+0000 (Coordinated Universal Time)
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Apr 05 2024 20:52:07 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.0.0-rc.0",
"version": "9.0.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit e0cbc50

Please sign in to comment.