From 902865da24f60c0ef78bae1d787db921552186c4 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 28 Oct 2023 05:47:21 +0000 Subject: [PATCH] chore(release): 3.0.5 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c719059..f6dc69be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.5](https://github.com/oclif/plugin-commands/compare/3.0.4...3.0.5) (2023-10-28) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.5.0 to 3.9.1 ([#523](https://github.com/oclif/plugin-commands/issues/523)) ([7ee541a](https://github.com/oclif/plugin-commands/commit/7ee541aad853918bd4c681a9536a53e524700581)) + ## [3.0.4](https://github.com/oclif/plugin-commands/compare/3.0.3...3.0.4) (2023-10-21) ### Bug Fixes diff --git a/README.md b/README.md index 019a762b..c737a7e3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install -g @oclif/plugin-commands $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-commands/3.0.4 linux-x64 node-v18.18.2 +@oclif/plugin-commands/3.0.5 linux-x64 node-v18.18.2 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -67,6 +67,6 @@ DESCRIPTION list all the commands ``` -_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.0.4/src/commands/commands.ts)_ +_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.0.5/src/commands/commands.ts)_ diff --git a/package.json b/package.json index 6ef8f8ee..98221efc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-commands", "description": "plugin to show the list of all the commands", - "version": "3.0.4", + "version": "3.0.5", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": {