diff --git a/CHANGELOG.md b/CHANGELOG.md index 2021f7338..d9d4d2a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.3](https://github.com/oclif/core/compare/3.0.2...3.0.3) (2023-10-05) + + +### Bug Fixes + +* only Command.Loadable in Help ([#811](https://github.com/oclif/core/issues/811)) ([bf9110e](https://github.com/oclif/core/commit/bf9110ed9e98cce1a6c1757e568a35b027b0d275)) + + + ## [3.0.2](https://github.com/oclif/core/compare/3.0.1...3.0.2) (2023-10-05) diff --git a/package.json b/package.json index b49ba12c2..6fd21058e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.0.2", + "version": "3.0.3", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {