From e7d913841c8d0689aa890f222c4c7fa60d76cb04 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 28 Sep 2023 02:46:37 +0000 Subject: [PATCH] chore(release): 2.3.29 [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 95f93a4a..006335b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.3.29](https://github.com/salesforcecli/plugin-schema/compare/2.3.28...2.3.29) (2023-09-28) + +### Bug Fixes + +- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([b42e9f3](https://github.com/salesforcecli/plugin-schema/commit/b42e9f35bd6202d2b4a57f83dc8de6e1407c1618)) + ## [2.3.28](https://github.com/salesforcecli/plugin-schema/compare/2.3.27...2.3.28) (2023-09-25) ### Bug Fixes diff --git a/README.md b/README.md index 622e375e..8363f7b9 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ EXAMPLES $ sfdx sobject:describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.28/src/commands/sobject/describe.ts)_ +_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.29/src/commands/sobject/describe.ts)_ ## `sfdx sobject:list` @@ -153,6 +153,6 @@ EXAMPLES $ sfdx sobject:list --sobject custom --target-org my-scratch-org ``` -_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.28/src/commands/sobject/list.ts)_ +_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.29/src/commands/sobject/list.ts)_ diff --git a/package.json b/package.json index 74ec1a0b..b63bbbd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "2.3.28", + "version": "2.3.29", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",