diff --git a/CHANGELOG.md b/CHANGELOG.md index 169be5d7..32fd8d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.81](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.80...3.0.81) (2024-04-21) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 9.0.1 to 9.0.5 ([68b8677](https://github.com/salesforcecli/plugin-command-reference/commit/68b867781ceaaa4bb6698907f1fe803aa61777d0)) + ## [3.0.80](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.79...3.0.80) (2024-04-21) ### Bug Fixes diff --git a/README.md b/README.md index ecc32e92..7e8a701e 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.80/src/commands/commandreference/generate.ts)_ +_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.81/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.80/src/commands/jit/install.ts)_ +_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.81/src/commands/jit/install.ts)_ diff --git a/package.json b/package.json index 78b3807f..829779d1 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.80", + "version": "3.0.81", "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "type": "module",