diff --git a/CHANGELOG.md b/CHANGELOG.md index af904b85f..13f803a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.11.10](https://github.com/oclif/core/compare/2.11.9...2.11.10) (2023-08-23) + + +### Bug Fixes + +* add getPluginsList to Config interface ([cba7a75](https://github.com/oclif/core/commit/cba7a755cf5d0ff4886edd0db33d911441979984)) + + + ## [2.11.9](https://github.com/oclif/core/compare/2.11.8...2.11.9) (2023-08-23) diff --git a/package.json b/package.json index e412d94b5..e24f449c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.11.9", + "version": "2.11.10", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {