diff --git a/README.md b/README.md index c8c3eb6..6f50fec 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The configuration is based on the recommended rulesets from [ESLint](https://esl It also includes [ESLint Stylistic](https://eslint.style/) which replaces deprecated rules from eslint and typescript-eslint. -Currently, it uses ESLint v8 and typescript-eslint v6. -The upgrade to ESLint v9 and typescript-eslint v7 is planned for the next major release. +Currently, it uses ESLint v8 and typescript-eslint v6. (nodejs v16.10+ required) +The upgrade to ESLint v9 and typescript-eslint v8 is planned for the next major release. `@ovos-media/coding-standard/eslint` exports a function that accepts an object with the following options: diff --git a/package.json b/package.json index cb58104..637d59e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ovos-media/coding-standard", - "version": "2.0.0-rc.4", + "version": "2.0.0", "description": "ovos-media coding standard", "main": "index.js", "types": "index.d.ts",