diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7b9c3b2..b6d950f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.15.0](https://github.com/oclif/core/compare/2.14.0...2.15.0) (2023-09-01) + + +### Features + +* add PluginLoader class ([#774](https://github.com/oclif/core/issues/774)) ([b31665d](https://github.com/oclif/core/commit/b31665d809f9cbaddcad0905bec466ebc738fb79)) + + + # [2.14.0](https://github.com/oclif/core/compare/2.13.0...2.14.0) (2023-08-31) diff --git a/package.json b/package.json index da90f83ae..8e14ed6b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.14.0", + "version": "2.15.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {