From d2a1c29a47ecd5a8597c0f840ff45958e7f51952 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 30 Nov 2023 17:39:46 +0000 Subject: [PATCH] chore(release): 3.12.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba91bc0c0..5e5b00bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.12.1](https://github.com/oclif/core/compare/3.12.0...3.12.1) (2023-11-30) + + +### Bug Fixes + +* command not found on empty arg ([#887](https://github.com/oclif/core/issues/887)) ([#888](https://github.com/oclif/core/issues/888)) ([a8ca6cc](https://github.com/oclif/core/commit/a8ca6cc495d7aeba2b276477ab8217ec22f0ce63)) + + + # [3.12.0](https://github.com/oclif/core/compare/3.11.0...3.12.0) (2023-11-20) diff --git a/package.json b/package.json index 19b33c21e..fef6da952 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.12.0", + "version": "3.12.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {