diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4a6ebdf..91b5019b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.26.2](https://github.com/oclif/core/compare/3.26.1...3.26.2) (2024-04-08) + + +### Bug Fixes + +* do not throw an error if a flag with allowStdin='only' is immediately followed by another flag ([#1046](https://github.com/oclif/core/issues/1046)) ([#1047](https://github.com/oclif/core/issues/1047)) ([f05b0c8](https://github.com/oclif/core/commit/f05b0c8119853b8a9de62d9076a42d8d93a94046)) + + + ## [3.26.1](https://github.com/oclif/core/compare/3.26.0...3.26.1) (2024-04-08) diff --git a/package.json b/package.json index 408bd9aa7..0cbf1f31d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.26.1", + "version": "3.26.2", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {