diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5c943c..958e55d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,16 @@ + + + +## v0.27.1 (2022-11-27) + +#### :bug: Bug Fix +* [#298](https://github.com/bmish/eslint-doc-generator/pull/298) Use correct path for exported types ([@SimenB](https://github.com/SimenB)) + +#### Committers: 1 +- Simen Bekkhus ([@SimenB](https://github.com/SimenB)) ## v0.27.0 (2022-11-27) diff --git a/package-lock.json b/package-lock.json index 568737a1..10be914e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "0.27.0", + "version": "0.27.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "0.27.0", + "version": "0.27.1", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index ed823774..a41ad8bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "0.27.0", + "version": "0.27.1", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",