diff --git a/CHANGELOG.md b/CHANGELOG.md index 4694191b0..679514a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.3.1](https://github.com/oclif/oclif/compare/4.3.0...4.3.1) (2024-01-10) + +### Bug Fixes + +- **deps:** bump @oclif/plugin-not-found from 3.0.7 to 3.0.8 ([#1242](https://github.com/oclif/oclif/issues/1242)) ([6072880](https://github.com/oclif/oclif/commit/6072880730a7bda2c46b2b65a1feb59f8ead94a7)) + # [4.3.0](https://github.com/oclif/oclif/compare/4.2.0...4.3.0) (2024-01-10) ### Features diff --git a/package.json b/package.json index 4d40840b8..6c033c5e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "4.3.0", + "version": "4.3.1", "author": "Salesforce", "bin": { "oclif": "bin/run.js"