diff --git a/CHANGELOG.md b/CHANGELOG.md index a15e8d8d0..6f63f774f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.19.3](https://github.com/oclif/core/compare/3.19.2...3.19.3) (2024-02-19) + + +### Bug Fixes + +* clear timeout when prompt times out ([#961](https://github.com/oclif/core/issues/961)) ([f5c698a](https://github.com/oclif/core/commit/f5c698af081d171f246fefc0d1509e4dd84d7e3a)) + + + ## [3.19.2](https://github.com/oclif/core/compare/3.19.1...3.19.2) (2024-02-14) diff --git a/package.json b/package.json index bd669c158..e12bb8198 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.19.2", + "version": "3.19.3", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {