diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbc5d119..9a98d84f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.7.3](https://github.com/oclif/oclif/compare/3.7.2...3.7.3) (2023-03-28) + + +### Bug Fixes + +* reapply is manifest writing ([#1130](https://github.com/oclif/oclif/issues/1130)) ([d0365e5](https://github.com/oclif/oclif/commit/d0365e51aadb565951aabc17562633ad1eb0fcbd)), closes [#1127](https://github.com/oclif/oclif/issues/1127) + + + ## [3.7.2](https://github.com/oclif/oclif/compare/3.7.1...3.7.2) (2023-03-22) diff --git a/package.json b/package.json index 7851e5a27..3be265741 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "3.7.2", + "version": "3.7.3", "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