From 4e9671fcd5870a87420371176df20e29260cb3e2 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Sat, 13 Aug 2022 21:22:39 -0400 Subject: [PATCH] 8.22.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 4f513f305e0..8ee750fd02f 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 Mon Aug 01 2022 00:13:38 GMT-0400 (Eastern Daylight Time) + 9 problems (5 errors, 4 warnings) - Generated on Sat Aug 13 2022 21:22:40 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index 0957c718d88..d5e2c392d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.21.0", + "version": "8.22.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {