diff --git a/CHANGELOG.md b/CHANGELOG.md index 993fd46ab..0191d7114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.6.5](https://github.com/oclif/core/compare/2.6.4...2.6.5) (2023-03-21) + + +### Bug Fixes + +* add flag name and short char to deprecation message ([#664](https://github.com/oclif/core/issues/664)) ([79c41ca](https://github.com/oclif/core/commit/79c41cafe58a27f22b6f7c88e1126c5fd06cb7bb)) + + + ## [2.6.4](https://github.com/oclif/core/compare/2.6.3...2.6.4) (2023-03-16) diff --git a/package.json b/package.json index 9a29aee97..09fba5092 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.6.4", + "version": "2.6.5", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {