From 560e812d85d1805a59989f295c3a417609033f11 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Fri, 21 Apr 2023 17:04:21 -0400 Subject: [PATCH] 8.39.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 92ef728d772..7286b7817e8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.38.0", + "version": "8.39.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 c8f42bb1ce1..f896ae54ff9 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 Apr 07 2023 19:06:53 GMT-0400 (Eastern Daylight Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Apr 21 2023 17:04:22 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index 3377f3292d4..0b8a890cb32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.38.0", + "version": "8.39.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {