diff --git a/CHANGELOG.md b/CHANGELOG.md index 597b6fc96..21390f8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.19.6](https://github.com/oclif/core/compare/3.19.5...3.19.6) (2024-02-23) + + +### Bug Fixes + +* revert to original prompt implementation ([a96e567](https://github.com/oclif/core/commit/a96e5679c366a300d3149cecd2ef8fd3fb11a954)) + + + ## [3.19.5](https://github.com/oclif/core/compare/3.19.4...3.19.5) (2024-02-22) diff --git a/package.json b/package.json index 006545ad6..e03b8ca9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.19.5", + "version": "3.19.6", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {