From 5c2a1986bfc8a01952ed3db617973769fa060494 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Fri, 10 Feb 2023 15:14:28 -0500 Subject: [PATCH] 8.34.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 7447e1d5c63..b60c08f5dd8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.33.0", + "version": "8.34.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 0d820b894d5..1cf0867ff43 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 Sat Jan 28 2023 18:25:23 GMT-0500 (Eastern Standard Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Feb 10 2023 15:14:29 GMT-0500 (Eastern Standard Time)
diff --git a/package.json b/package.json index 913fba60520..6ee5b318c09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.33.0", + "version": "8.34.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {