diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d75cb76b..0bbc5d119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.7.2](https://github.com/oclif/oclif/compare/3.7.1...3.7.2) (2023-03-22) + + +### Bug Fixes + +* bump oclif core ([#1127](https://github.com/oclif/oclif/issues/1127)) ([03cbaab](https://github.com/oclif/oclif/commit/03cbaab6a4c39084581ef3f718249969ced6465f)) + + + ## [3.7.1](https://github.com/oclif/oclif/compare/3.7.0...3.7.1) (2023-03-22) diff --git a/package.json b/package.json index b4a40fd1e..4a417d5c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "3.7.1", + "version": "3.7.2", "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