From 44f9edc993866fa67ed63c7d98940f951ed863b8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 2 Jan 2024 17:25:02 +0000 Subject: [PATCH] chore(release): 3.16.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 f66b9f8cc..40e6eaab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.16.0](https://github.com/oclif/core/compare/3.15.1...3.16.0) (2024-01-02) + + +### Features + +* add 'only' option to allowStdin ([#900](https://github.com/oclif/core/issues/900)) ([4f7346e](https://github.com/oclif/core/commit/4f7346e2ebcbf72181f147e38a7d94bcd443c08b)) + + + ## [3.15.1](https://github.com/oclif/core/compare/3.15.0...3.15.1) (2023-12-23) diff --git a/package.json b/package.json index 06aa69bc1..fa8f97be7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.15.1", + "version": "3.16.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {