From dc026d1313f5dba89a13f24e859b5b60b394e9f8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 15 Oct 2023 02:47:41 +0000 Subject: [PATCH] chore(release): 3.0.3 [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 c392b86f..956ba848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.3](https://github.com/oclif/plugin-commands/compare/3.0.2...3.0.3) (2023-10-15) + +### Bug Fixes + +- **deps:** bump minimatch from 3.0.4 to 3.1.2 ([#510](https://github.com/oclif/plugin-commands/issues/510)) ([4fc14a3](https://github.com/oclif/plugin-commands/commit/4fc14a3bb029c236dc20cb5823331cf8a3ccdc53)) + ## [3.0.2](https://github.com/oclif/plugin-commands/compare/3.0.1...3.0.2) (2023-10-14) ### Bug Fixes diff --git a/README.md b/README.md index 3686aadf..036f5b00 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.2 linux-x64 node-v18.18.0 +@oclif/plugin-commands/3.0.3 linux-x64 node-v18.18.0 $ 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.2/src/commands/commands.ts)_ +_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.0.3/src/commands/commands.ts)_ diff --git a/package.json b/package.json index 49e67364..e8c47fc2 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.2", + "version": "3.0.3", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": {