From 64b6f18dd80a7dcb0db9544ec1a28100555cc994 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 9 Jun 2024 02:47:55 +0000 Subject: [PATCH] chore(release): 3.1.1 [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 f17070e3..14c3b6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.1](https://github.com/salesforcecli/plugin-command-reference/compare/3.1.0...3.1.1) (2024-06-09) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 7.3.9 to 7.3.12 ([8ad2e4b](https://github.com/salesforcecli/plugin-command-reference/commit/8ad2e4b44232348fb474e8dbffe669a0351690cf)) + # [3.1.0](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.91...3.1.0) (2024-06-06) ### Features diff --git a/README.md b/README.md index 23b62390..e4073564 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.1.0/src/commands/commandreference/generate.ts)_ +_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.1/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.1.0/src/commands/jit/install.ts)_ +_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.1/src/commands/jit/install.ts)_ diff --git a/package.json b/package.json index 38026e11..143da2ee 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.1.0", + "version": "3.1.1", "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "type": "module",