From 536cc343083ffd64172d4da13c7e043b140f1078 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Fri, 14 Jul 2023 11:53:18 -0400 Subject: [PATCH] 8.45.0 --- docs/package.json | 2 +- docs/src/use/formatters/html-formatter-example.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index 74b5418d8a7..3bb66bb434b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.44.0", + "version": "8.45.0", "description": "", "main": "index.js", "keywords": [], diff --git a/docs/src/use/formatters/html-formatter-example.html b/docs/src/use/formatters/html-formatter-example.html index 606fd49e0bd..b4a942be584 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

- 9 problems (5 errors, 4 warnings) - Generated on Fri Jun 30 2023 19:10:58 GMT-0400 (Eastern Daylight Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Jul 14 2023 11:53:18 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index 9f5c2a8a4ba..80545e2cdb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.44.0", + "version": "8.45.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {