From e04b9661eecfd8f9021072d7cc4910a1744634c5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 9 Mar 2023 14:51:58 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cbeaea9..154f72eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.6.0](https://github.com/oclif/core/compare/2.5.2...2.6.0) (2023-03-09) + + +### Features + +* add Config.versionDetails ([#651](https://github.com/oclif/core/issues/651)) ([ddddcd9](https://github.com/oclif/core/commit/ddddcd97913822dc3774b5b6250b7a0dbcfd4111)) + + + +## [2.5.2](https://github.com/oclif/core/compare/2.5.1...2.5.2) (2023-03-08) + + + ## [2.5.1](https://github.com/oclif/core/compare/2.5.0...2.5.1) (2023-03-07) diff --git a/package.json b/package.json index 4496d6b1f..0c755be94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.5.2", + "version": "2.6.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {