From 0b49d9e2d300f30519d58bf61f0d662493ce5dd5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 8 Dec 2023 00:02:47 +0000 Subject: [PATCH] chore(release): 3.14.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 cddf9dac5..40b61285b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.14.1](https://github.com/oclif/core/compare/3.14.0...3.14.1) (2023-12-08) + + +### Bug Fixes + +* peserve original error coming from failed flag parsing ([#897](https://github.com/oclif/core/issues/897)) ([a7a3bba](https://github.com/oclif/core/commit/a7a3bbabdf2a6cce19dd86583ca91409e0de3123)) + + + # [3.14.0](https://github.com/oclif/core/compare/3.13.2...3.14.0) (2023-12-07) diff --git a/package.json b/package.json index 247eef85a..24a19d8a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.14.0", + "version": "3.14.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {