diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed5f7d6..398a2106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.32](https://github.com/salesforcecli/plugin-schema/compare/3.3.31...3.3.32) (2024-09-16) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.5.5 to 8.5.7 ([dd8e7ec](https://github.com/salesforcecli/plugin-schema/commit/dd8e7ec31efc0f1be5945b9b410e2ca3713aed8a)) + ## [3.3.31](https://github.com/salesforcecli/plugin-schema/compare/3.3.30...3.3.31) (2024-09-15) ### Bug Fixes diff --git a/README.md b/README.md index a25c3045..c6ee0d4e 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.31/src/commands/sobject/describe.ts)_ +_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.32/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.31/src/commands/sobject/list.ts)_ +_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.32/src/commands/sobject/list.ts)_ diff --git a/package.json b/package.json index f4b86d14..8c865217 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.31", + "version": "3.3.32", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {