From fcbcb321fbd5549a4bb78f7a4b9976614f234d64 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 30 Nov 2023 18:43:15 +0000 Subject: [PATCH] chore(release): 3.13.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5b00bbc..d29343e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.13.0](https://github.com/oclif/core/compare/3.12.1...3.13.0) (2023-11-30) + + +### Features + +* add 'multipleNonGreedy' flag option to assign only one value per multiple flag ([#880](https://github.com/oclif/core/issues/880)) ([#889](https://github.com/oclif/core/issues/889)) ([354cead](https://github.com/oclif/core/commit/354cead9ae44ac8036911fce8ba94f085294ceb9)) + + + ## [3.12.1](https://github.com/oclif/core/compare/3.12.0...3.12.1) (2023-11-30) diff --git a/package.json b/package.json index fef6da952..824bfa119 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.12.1", + "version": "3.13.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {