From 54530e8f3a6101bd643c4f1bae8f18b46b222e69 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 19 Mar 2024 13:27:28 +0000 Subject: [PATCH] chore(release): 3.25.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d156e42..9ee619bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.25.3](https://github.com/oclif/core/compare/3.25.2...3.25.3) (2024-03-19) + + +### Bug Fixes + +* show options when required flag or arg is not given a value ([#1017](https://github.com/oclif/core/issues/1017)) ([003ad6f](https://github.com/oclif/core/commit/003ad6fc2d28a53db3335237de02aa244cb9cbec)) + + + ## [3.25.2](https://github.com/oclif/core/compare/3.25.1...3.25.2) (2024-03-15) diff --git a/package.json b/package.json index 97eab70a9..f572a81e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.25.2", + "version": "3.25.3", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {