diff --git a/CHANGELOG.md b/CHANGELOG.md index 05fbb33..4699760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.13](https://github.com/oclif/plugin-version/compare/2.2.12...2.2.13) (2024-09-22) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.20 to 4.0.22 ([#521](https://github.com/oclif/plugin-version/issues/521)) ([eef6427](https://github.com/oclif/plugin-version/commit/eef6427622fdb6a151eefe6b2e738cde7372572a)) + ## [2.2.12](https://github.com/oclif/plugin-version/compare/2.2.11...2.2.12) (2024-09-07) ### Bug Fixes diff --git a/README.md b/README.md index da7c0c0..0b986df 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.12/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.13/src/commands/version.ts)_ diff --git a/package.json b/package.json index 6c86940..66f0bb6 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.12", + "version": "2.2.13", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {