diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc628af..e6c0d249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.6](https://github.com/oclif/plugin-commands/compare/3.1.5...3.1.6) (2024-02-24) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.19.2 to 3.19.6 ([#606](https://github.com/oclif/plugin-commands/issues/606)) ([2416aee](https://github.com/oclif/plugin-commands/commit/2416aee0ff0a46d8df850776019ca66ff808767b)) + ## [3.1.5](https://github.com/oclif/plugin-commands/compare/3.1.4...3.1.5) (2024-02-22) ### Bug Fixes diff --git a/README.md b/README.md index bd362ccd..e51196ba 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.5 linux-x64 node-v18.19.1 +@oclif/plugin-commands/3.1.6 linux-x64 node-v18.19.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -68,6 +68,6 @@ DESCRIPTION list all the commands ``` -_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.1.5/src/commands/commands.ts)_ +_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.1.6/src/commands/commands.ts)_ diff --git a/package.json b/package.json index e766909f..d3afd282 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.5", + "version": "3.1.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": {