diff --git a/docs/package.json b/docs/package.json index 6137ce86a2e..788af864099 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.23.0", + "version": "8.23.1", "description": "", "main": "index.js", "keywords": [], diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index ab6c2820edd..9efd6e1c294 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 Fri Aug 26 2022 18:30:18 GMT-0400 (Eastern Daylight Time) + 9 problems (5 errors, 4 warnings) - Generated on Mon Sep 12 2022 01:24:39 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index ea29646cffc..d002a6023fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.23.0", + "version": "8.23.1", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {