diff --git a/CHANGELOG.md b/CHANGELOG.md index 805f636a2..4d75cb76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.7.1](https://github.com/oclif/oclif/compare/3.7.0...3.7.1) (2023-03-22) + + +### Bug Fixes + +* pass isWritingManifest true to plugin.load ([#1126](https://github.com/oclif/oclif/issues/1126)) ([c6a124a](https://github.com/oclif/oclif/commit/c6a124a032da4672b397dc5eeaa01ee13aea4104)) + + + # [3.7.0](https://github.com/oclif/oclif/compare/3.6.5...3.7.0) (2023-02-22) diff --git a/package.json b/package.json index d486402f1..48725d0a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "3.7.0", + "version": "3.7.1", "author": "Salesforce", "bin": { "oclif": "bin/run" @@ -141,4 +141,4 @@ "registry": "https://registry.npmjs.org" }, "types": "lib/index.d.ts" -} +} \ No newline at end of file