From 6b9af08e56990ceede201087069e8f60dde125af Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 6 Feb 2024 19:10:40 +0000 Subject: [PATCH] chore(release): 3.19.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 8d31ecfbb..1739e8286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.19.1](https://github.com/oclif/core/compare/3.19.0...3.19.1) (2024-02-06) + + +### Bug Fixes + +* **parser:** cache stdin value in global scope ([#935](https://github.com/oclif/core/issues/935)) ([c8bf886](https://github.com/oclif/core/commit/c8bf886c570ab4dc3b8a139be4a716d4e6a053af)) + + + # [3.19.0](https://github.com/oclif/core/compare/3.18.2...3.19.0) (2024-02-05) diff --git a/package.json b/package.json index 8a5f8d602..23ed8fd11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.19.0", + "version": "3.19.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {