diff --git a/CHANGELOG.md b/CHANGELOG.md index b652ad8..eaccc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.4](https://github.com/oclif/plugin-version/compare/2.2.3...2.2.4) (2024-06-15) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.3 to 4.0.6 ([#454](https://github.com/oclif/plugin-version/issues/454)) ([f5b9772](https://github.com/oclif/plugin-version/commit/f5b977243a2cec311d2cb1ef28e980f658a24d9a)) + ## [2.2.3](https://github.com/oclif/plugin-version/compare/2.2.2...2.2.3) (2024-06-09) ### Bug Fixes diff --git a/README.md b/README.md index 8366664..0c4fc0f 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.3/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.4/src/commands/version.ts)_ diff --git a/package.json b/package.json index c455009..7442ff5 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.3", + "version": "2.2.4", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {