Skip to content

Commit 1ce0cb0

Browse files
committed
chore(release): 2.6.5 [skip ci]
1 parent 79c41ca commit 1ce0cb0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.6.5](https://github.com/oclif/core/compare/2.6.4...2.6.5) (2023-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
110
## [2.6.4](https://github.com/oclif/core/compare/2.6.3...2.6.4) (2023-03-16)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/core",
33
"description": "base library for oclif CLIs",
4-
"version": "2.6.4",
4+
"version": "2.6.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/core/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)