From 6d2d3e2b0584b69bda7fe1b7873ced9b02fc63e7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 31 May 2024 17:16:42 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daa3d4..e415ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.2.0](https://github.com/oclif/plugin-version/compare/2.1.2...2.2.0) (2024-05-31) + +### Features + +- use @oclif/core v4 ([eb49cb3](https://github.com/oclif/plugin-version/commit/eb49cb3d7090e258002428d42cf8a081ed8e47ff)) + ## [2.1.2](https://github.com/oclif/plugin-version/compare/2.1.1...2.1.2) (2024-05-14) ### Bug Fixes diff --git a/README.md b/README.md index 6653347..ced49b4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ FLAG DESCRIPTIONS Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using. ``` -_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.1.2/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.0/src/commands/version.ts)_ diff --git a/package.json b/package.json index a453233..e7e33ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-version", "description": "A command that shows the CLI version", - "version": "2.1.2", + "version": "2.2.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {