diff --git a/CHANGELOG.md b/CHANGELOG.md index 783f37284..093a177b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.10.6](https://github.com/oclif/core/compare/3.10.5...3.10.6) (2023-11-06) + + +### Bug Fixes + +* improve plugin loading performance ([#856](https://github.com/oclif/core/issues/856)) ([3c17c24](https://github.com/oclif/core/commit/3c17c24b3955c9d74e462790c3cf0a46908a2b85)), closes [#857](https://github.com/oclif/core/issues/857) + + + ## [3.10.5](https://github.com/oclif/core/compare/3.10.4...3.10.5) (2023-11-06) diff --git a/package.json b/package.json index b042af8cb..63dab1a0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.10.5", + "version": "3.10.6", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {