From 4f656d045be0f3a002d44e86156ec6768d9e559c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 4 Jun 2024 21:07:36 +0000 Subject: [PATCH] chore(release): 4.0.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 db5a961b..b308720c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.1](https://github.com/oclif/core/compare/4.0.0...4.0.1) (2024-06-04) + + +### Bug Fixes + +* parsed args regression ([#1096](https://github.com/oclif/core/issues/1096)) ([53f915b](https://github.com/oclif/core/commit/53f915b949596a0a30784586790f5cdee6a60426)) + + + # [4.0.0](https://github.com/oclif/core/compare/3.27.0...4.0.0) (2024-06-04) diff --git a/package.json b/package.json index e7553120..27f8c7fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.0", + "version": "4.0.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {