From c78cb71fe75b0fd89c713875ab01d87d35bb4e94 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 16 Nov 2024 08:47:55 +0000 Subject: [PATCH] chore(release): 2.2.16 [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 5259268..81fdeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.16](https://github.com/oclif/plugin-version/compare/2.2.15...2.2.16) (2024-11-16) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([#552](https://github.com/oclif/plugin-version/issues/552)) ([31b7bb8](https://github.com/oclif/plugin-version/commit/31b7bb89437fa25fdc9a5f6a4f06bdff827b7538)) + ## [2.2.15](https://github.com/oclif/plugin-version/compare/2.2.14...2.2.15) (2024-10-12) ### Bug Fixes diff --git a/README.md b/README.md index 74cabb8..fef537c 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.15/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.16/src/commands/version.ts)_ diff --git a/package.json b/package.json index 0611900..716b373 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.15", + "version": "2.2.16", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {