From f0f5bd853cbe33d266de4f95b61947651167ff89 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Feb 2024 02:47:05 +0000 Subject: [PATCH] chore(release): 3.1.2 [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 0d8fd98a..721d4dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.2](https://github.com/oclif/plugin-commands/compare/3.1.1...3.1.2) (2024-02-04) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([#588](https://github.com/oclif/plugin-commands/issues/588)) ([61cddfc](https://github.com/oclif/plugin-commands/commit/61cddfca36ae7937f9b201bfe2f0fff0dde9d420)) + ## [3.1.1](https://github.com/oclif/plugin-commands/compare/3.1.0...3.1.1) (2024-01-13) ### Bug Fixes diff --git a/README.md b/README.md index a0bb4774..6c260857 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.1.1 linux-x64 node-v18.19.0 +@oclif/plugin-commands/3.1.2 linux-x64 node-v18.19.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -68,6 +68,6 @@ DESCRIPTION list all the commands ``` -_See code: [lib/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.1.1/lib/commands/commands.ts)_ +_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.1.2/src/commands/commands.ts)_ diff --git a/package.json b/package.json index 1e380149..70418491 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.1.1", + "version": "3.1.2", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": {