diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fdeb3..1e6414d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.17](https://github.com/oclif/plugin-version/compare/2.2.16...2.2.17) (2024-12-07) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#566](https://github.com/oclif/plugin-version/issues/566)) ([8cae517](https://github.com/oclif/plugin-version/commit/8cae5179e52f1b324346de834284b87a60162b24)) + ## [2.2.16](https://github.com/oclif/plugin-version/compare/2.2.15...2.2.16) (2024-11-16) ### Bug Fixes diff --git a/README.md b/README.md index fef537c..87b77c5 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.16/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.17/src/commands/version.ts)_ diff --git a/package.json b/package.json index f91c96f..e373284 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.16", + "version": "2.2.17", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {