From e0cbc50179adac1670f4e0bd9093387a51f4f42a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 5 Apr 2024 20:52:07 +0000 Subject: [PATCH] 9.0.0 --- docs/package.json | 2 +- docs/src/_data/versions.json | 10 +++++----- docs/src/use/formatters/html-formatter-example.html | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package.json b/docs/package.json index 3c90ccfa41a..0bcceba76ac 100644 --- a/docs/package.json +++ b/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": [], diff --git a/docs/src/_data/versions.json b/docs/src/_data/versions.json index c5642ae9ad7..09d0c1d79c4 100644 --- a/docs/src/_data/versions.json +++ b/docs/src/_data/versions.json @@ -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/" } ] } diff --git a/docs/src/use/formatters/html-formatter-example.html b/docs/src/use/formatters/html-formatter-example.html index d9a8be4e1a3..570830c9204 100644 --- a/docs/src/use/formatters/html-formatter-example.html +++ b/docs/src/use/formatters/html-formatter-example.html @@ -118,7 +118,7 @@

ESLint Report

- 8 problems (4 errors, 4 warnings) - Generated on Fri Mar 22 2024 20:54:14 GMT+0000 (Coordinated Universal Time) + 8 problems (4 errors, 4 warnings) - Generated on Fri Apr 05 2024 20:52:07 GMT+0000 (Coordinated Universal Time)
diff --git a/package.json b/package.json index e2c38c02da1..356bfbbc8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "9.0.0-rc.0", + "version": "9.0.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {