diff --git a/CHANGELOG.md b/CHANGELOG.md index c2013468..ca6f8f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,11 @@ + + +## v1.0.0 (2022-11-28) + +Now considered stable and already successfully adopted in many of the top ESLint plugins. ## v0.28.1 (2022-11-28) diff --git a/package-lock.json b/package-lock.json index 63de0783..1a48360d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "0.28.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "0.28.1", + "version": "1.0.0", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index d947c6f9..1a321816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "0.28.1", + "version": "1.0.0", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",