From 9c53ed40255f7913cfb68cec32cba38d11fbc5b2 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Mon, 1 Aug 2022 00:13:38 -0400 Subject: [PATCH] 8.21.0 --- docs/src/user-guide/formatters/html-formatter-example.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index 62f965fc8d1..4f513f305e0 100644 --- a/docs/src/user-guide/formatters/html-formatter-example.html +++ b/docs/src/user-guide/formatters/html-formatter-example.html @@ -93,7 +93,7 @@

ESLint Report

- 9 problems (5 errors, 4 warnings) - Generated on Sat Jul 16 2022 16:44:38 GMT-0400 (Eastern Daylight Time) + 9 problems (5 errors, 4 warnings) - Generated on Mon Aug 01 2022 00:13:38 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index 08548c5e16c..37366036136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.20.0", + "version": "8.21.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {