diff --git a/CHANGELOG.md b/CHANGELOG.md index a107885..05fbb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.12](https://github.com/oclif/plugin-version/compare/2.2.11...2.2.12) (2024-09-07) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.18 to 4.0.20 ([#512](https://github.com/oclif/plugin-version/issues/512)) ([8c23936](https://github.com/oclif/plugin-version/commit/8c23936b7329130e045d54af83756c8b6c927570)) + ## [2.2.11](https://github.com/oclif/plugin-version/compare/2.2.10...2.2.11) (2024-08-24) ### Bug Fixes diff --git a/README.md b/README.md index 120a1e0..da7c0c0 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.11/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.12/src/commands/version.ts)_ diff --git a/package.json b/package.json index b799c52..40c6f17 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.11", + "version": "2.2.12", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {