From 63ec3a78aaee524df737099e8d8a8d5cbf469544 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Nov 2024 05:46:11 +0000 Subject: [PATCH] chore(release): 3.3.41 [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 75ffae05..b4226a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.41](https://github.com/salesforcecli/plugin-schema/compare/3.3.40...3.3.41) (2024-11-17) + +### Bug Fixes + +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([5d2ec1a](https://github.com/salesforcecli/plugin-schema/commit/5d2ec1ad8e60878057500641e3875198ef9b00aa)) + ## [3.3.40](https://github.com/salesforcecli/plugin-schema/compare/3.3.39...3.3.40) (2024-11-03) ### Bug Fixes diff --git a/README.md b/README.md index 599a736e..6c7a0775 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.40/src/commands/sobject/describe.ts)_ +_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.41/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -157,6 +157,6 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.40/src/commands/sobject/list.ts)_ +_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.41/src/commands/sobject/list.ts)_ diff --git a/package.json b/package.json index c9203803..e46d3d39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "3.3.40", + "version": "3.3.41", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {