diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b0557..7daa3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.2](https://github.com/oclif/plugin-version/compare/2.1.1...2.1.2) (2024-05-14) + +### Bug Fixes + +- display current CLI version ([ec0f4fb](https://github.com/oclif/plugin-version/commit/ec0f4fbbdad89ad8fc1dea9b3f2bb211bbcd32d2)) + ## [2.1.1](https://github.com/oclif/plugin-version/compare/2.1.0...2.1.1) (2024-05-11) ### Bug Fixes diff --git a/README.md b/README.md index b689941..6653347 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.1.1/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.1.2/src/commands/version.ts)_ diff --git a/package.json b/package.json index 61cdd15..4e02843 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.1.1", + "version": "2.1.2", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": { diff --git a/yarn.lock b/yarn.lock index b369b5c..1b2bebe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1034,7 +1034,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": +"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": version "3.26.6" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==