diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d0537f..9071a6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.38](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.37...3.3.38) (2024-11-17) + +### Bug Fixes + +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([21e5dc6](https://github.com/salesforcecli/plugin-custom-metadata/commit/21e5dc6c03167a4e609a7980d110df167ced4503)) + ## [3.3.37](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.36...3.3.37) (2024-11-03) ### Bug Fixes diff --git a/README.md b/README.md index 727063a6..0ee5154e 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ FLAG DESCRIPTIONS The value must be greater than or equal to zero. Default value is 0. ``` -_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.37/src/commands/cmdt/generate/field.ts)_ +_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.38/src/commands/cmdt/generate/field.ts)_ ## `sf cmdt generate fromorg` @@ -238,7 +238,7 @@ FLAG DESCRIPTIONS https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5. ``` -_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.37/src/commands/cmdt/generate/fromorg.ts)_ +_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.38/src/commands/cmdt/generate/fromorg.ts)_ ## `sf cmdt generate object` @@ -300,7 +300,7 @@ FLAG DESCRIPTIONS https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5. ``` -_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.37/src/commands/cmdt/generate/object.ts)_ +_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.38/src/commands/cmdt/generate/object.ts)_ ## `sf cmdt generate record` @@ -355,7 +355,7 @@ FLAG DESCRIPTIONS Protected records can only be accessed by code in the same managed package namespace. ``` -_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.37/src/commands/cmdt/generate/record.ts)_ +_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.38/src/commands/cmdt/generate/record.ts)_ ## `sf cmdt generate records` @@ -406,7 +406,7 @@ FLAG DESCRIPTIONS The '__mdt' suffix is appended to the end of the name if it's omitted. ``` -_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.37/src/commands/cmdt/generate/records.ts)_ +_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.38/src/commands/cmdt/generate/records.ts)_ diff --git a/package.json b/package.json index d7745f62..e6cb9fc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-custom-metadata", "description": "Tools for working with custom metadata types and their records.", - "version": "3.3.37", + "version": "3.3.38", "contributors": [ { "name": "Carolyn Grabill",