diff --git a/CHANGELOG.md b/CHANGELOG.md index e415ea5..c789b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.1](https://github.com/oclif/plugin-version/compare/2.2.0...2.2.1) (2024-06-03) + +### Bug Fixes + +- bump oclif/core ([7b5e325](https://github.com/oclif/plugin-version/commit/7b5e325f2a249b50d411b4c266c25e09eb8fc62e)) + # [2.2.0](https://github.com/oclif/plugin-version/compare/2.1.2...2.2.0) (2024-05-31) ### Features diff --git a/README.md b/README.md index ced49b4..22cd26a 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.0/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.1/src/commands/version.ts)_ diff --git a/package.json b/package.json index 8c1be45..c0508e3 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.0", + "version": "2.2.1", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {