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": {