diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c531d9..3188c681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/oclif/plugin-help/compare/v4.0.0...v4.0.1) (2021-08-16) + + +### Bug Fixes + +* failing tests ([775ad5e](https://github.com/oclif/plugin-help/commit/775ad5efb7a71db2ed1f20b4462e8365cf90cc53)) +* use correct path for oclif.commands ([08bc9f2](https://github.com/oclif/plugin-help/commit/08bc9f20c1f8b98cb708ecb5a75fbcc0b4667f4b)) + ## [4.0.0](https://github.com/oclif/plugin-help/compare/v3.2.2...v4.0.0) (2021-08-06) diff --git a/package.json b/package.json index 010851fe..7f2f18cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-help", "description": "standard help for oclif", - "version": "4.0.0", + "version": "4.0.1", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": {