From 567ed099d1b95a6bd41cbadb62a5d1f2b0cb4dd2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 10 Jan 2024 18:07:41 +0000 Subject: [PATCH] chore(release): 4.3.1 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"