From 3f4b0f825623448fc18627a4c924fa6cf0b1c470 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 12 Jul 2023 16:02:42 +0000 Subject: [PATCH] chore(release): 2.9.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 dabf9f843..276831192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.9.1](https://github.com/oclif/core/compare/2.9.0...2.9.1) (2023-07-12) + + +### Bug Fixes + +* flags omit undefined for boolean flags ([0a7e154](https://github.com/oclif/core/commit/0a7e15415f3514a4baad064478c76f0c17e9548a)) + + + # [2.9.0](https://github.com/oclif/core/compare/2.8.12...2.9.0) (2023-07-11) diff --git a/package.json b/package.json index 966aeb47b..9c33bc17a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.9.0", + "version": "2.9.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {