diff --git a/CHANGELOG.md b/CHANGELOG.md index e45d39b0..54036a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.89](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.88...3.0.89) (2024-05-30) + +### Bug Fixes + +- suppress [object Object] defaults (probably Org flags) ([#651](https://github.com/salesforcecli/plugin-command-reference/issues/651)) ([5d70d2c](https://github.com/salesforcecli/plugin-command-reference/commit/5d70d2c15040aab560f2cf5f6fb7bfc43a295f97)) + ## [3.0.88](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.87...3.0.88) (2024-05-26) ### Bug Fixes diff --git a/README.md b/README.md index ed725ef2..7d56e362 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ EXAMPLES $ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs ``` -_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.88/src/commands/commandreference/generate.ts)_ +_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.89/src/commands/commandreference/generate.ts)_ ## `sf jit install` @@ -151,6 +151,6 @@ EXAMPLES $ sf jit install ``` -_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.88/src/commands/jit/install.ts)_ +_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.89/src/commands/jit/install.ts)_ diff --git a/package.json b/package.json index 5c726054..862cfe05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-command-reference", "description": "Generate the Salesforce CLI command reference guide", - "version": "3.0.88", + "version": "3.0.89", "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "type": "module",