From e9615fd100b883dff8300b40d545bf0dbac462a5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 29 Sep 2024 03:08:53 +0000 Subject: [PATCH] chore(release): 2.2.14 [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 4699760..2357420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.14](https://github.com/oclif/plugin-version/compare/2.2.13...2.2.14) (2024-09-29) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.22 to 4.0.23 ([#525](https://github.com/oclif/plugin-version/issues/525)) ([f422b15](https://github.com/oclif/plugin-version/commit/f422b151f5dc76255616c6fb44ad6955999b0b2d)) + ## [2.2.13](https://github.com/oclif/plugin-version/compare/2.2.12...2.2.13) (2024-09-22) ### Bug Fixes diff --git a/README.md b/README.md index 0b986df..8174e7c 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.13/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.14/src/commands/version.ts)_ diff --git a/package.json b/package.json index 66f0bb6..50c548f 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.13", + "version": "2.2.14", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {