diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f41f3..f458a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.1.0](https://github.com/oclif/plugin-version/compare/2.0.18...2.1.0) (2024-05-08) + +### Features + +- show publish date on --verbose ([#425](https://github.com/oclif/plugin-version/issues/425)) ([f608c37](https://github.com/oclif/plugin-version/commit/f608c378384b2fb566427118d892697c1abe909b)) + ## [2.0.18](https://github.com/oclif/plugin-version/compare/2.0.17...2.0.18) (2024-05-04) ### Bug Fixes diff --git a/README.md b/README.md index 97f808a..9df14c1 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.0.18/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.1.0/src/commands/version.ts)_ diff --git a/package.json b/package.json index dda0537..adb978b 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.0.18", + "version": "2.1.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {