From e44765e5cb3a6d2d4a4e382c111d32554e8f2d9c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 10 Dec 2023 11:44:10 +0000 Subject: [PATCH] chore(release): 3.0.52 [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 87e8b595..ab181288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.52](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.51...3.0.52) (2023-12-10) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.13.1 to 3.14.1 ([cadb04d](https://github.com/salesforcecli/plugin-command-reference/commit/cadb04dcf73da1781cb7b053f5bcea6581d27263)) + ## [3.0.51](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.50...3.0.51) (2023-12-03) ### Bug Fixes diff --git a/README.md b/README.md index 0d9aef24..97cecff0 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,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.51/src/commands/commandreference/generate.ts)_ +_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.52/src/commands/commandreference/generate.ts)_ ## `sf jit install` @@ -149,6 +149,6 @@ EXAMPLES $ sf jit install ``` -_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.51/src/commands/jit/install.ts)_ +_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.0.52/src/commands/jit/install.ts)_ diff --git a/package.json b/package.json index 510005e3..4cdf8fff 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.51", + "version": "3.0.52", "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "dependencies": {