From 418c732534188f5a0560ecf46d7eaf20d5ced302 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 7 Dec 2023 16:01:16 +0000 Subject: [PATCH] chore(release): 3.14.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 3f358f176..cddf9dac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.14.0](https://github.com/oclif/core/compare/3.13.2...3.14.0) (2023-12-07) + + +### Features + +* allowStdin option for flags ([#894](https://github.com/oclif/core/issues/894)) ([#895](https://github.com/oclif/core/issues/895)) ([379e940](https://github.com/oclif/core/commit/379e9401f8c8f7400be71e2e45c65fd6564a8c21)) + + + ## [3.13.2](https://github.com/oclif/core/compare/3.13.1...3.13.2) (2023-12-04) diff --git a/package.json b/package.json index fdfdcd896..247eef85a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.13.2", + "version": "3.14.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {