diff --git a/docs/package.json b/docs/package.json index 3238b68465a..7447e1d5c63 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.32.0", + "version": "8.33.0", "description": "", "main": "index.js", "keywords": [], @@ -54,4 +54,3 @@ "node": ">=14.0.0" } } - diff --git a/docs/src/use/formatters/html-formatter-example.html b/docs/src/use/formatters/html-formatter-example.html index 0d567d1e84f..0d820b894d5 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 14 2023 23:14:23 GMT-0500 (Eastern Standard Time) + 9 problems (5 errors, 4 warnings) - Generated on Sat Jan 28 2023 18:25:23 GMT-0500 (Eastern Standard Time)
diff --git a/package.json b/package.json index 1cd7ea195bf..913fba60520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.32.0", + "version": "8.33.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {