From 6b2b8377d23bdfe516bf452ddc7c03abc7f1f7ab Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Aug 2024 05:45:15 +0000 Subject: [PATCH] chore(release): 2.2.10 [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 221325c..6aa4538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.10](https://github.com/oclif/plugin-version/compare/2.2.9...2.2.10) (2024-08-04) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.12 to 4.0.17 ([#487](https://github.com/oclif/plugin-version/issues/487)) ([c4e3fbd](https://github.com/oclif/plugin-version/commit/c4e3fbd409e27ee7c50117a9b439dbdffdaeb3ff)) + ## [2.2.9](https://github.com/oclif/plugin-version/compare/2.2.8...2.2.9) (2024-07-23) ### Bug Fixes diff --git a/README.md b/README.md index ed1d031..9801144 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.2.9/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.10/src/commands/version.ts)_ diff --git a/package.json b/package.json index 786903e..dee192c 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.2.9", + "version": "2.2.10", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {