From aa92668671145812c46259dd0055726472b86186 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 4 May 2024 05:45:21 +0000 Subject: [PATCH] chore(release): 2.0.18 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f28967..66f41f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.18](https://github.com/oclif/plugin-version/compare/2.0.17...2.0.18) (2024-05-04) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.26.4 to 3.26.5 ([#424](https://github.com/oclif/plugin-version/issues/424)) ([49dc4de](https://github.com/oclif/plugin-version/commit/49dc4de8399b8b20e6664c0c488e09f4892929d9)) + ## [2.0.17](https://github.com/oclif/plugin-version/compare/2.0.16...2.0.17) (2024-04-14) ### Bug Fixes diff --git a/README.md b/README.md index 7e3e80b..97f808a 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.17/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.0.18/src/commands/version.ts)_ diff --git a/package.json b/package.json index 23af940..857ca0b 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.17", + "version": "2.0.18", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {