diff --git a/docs/package.json b/docs/package.json index c79c756bf18..163db5f943b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.55.0", + "version": "8.56.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 6bbd626e114..3cb873a3440 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 Dec 01 2023 21:46:40 GMT+0000 (Coordinated Universal Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Dec 15 2023 22:54:05 GMT+0000 (Coordinated Universal Time)
diff --git a/package.json b/package.json index 8da0303bbc0..aa5335dbd85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.55.0", + "version": "8.56.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {