diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5236cf..804ef7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.34](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.33...3.3.34) (2024-10-13) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.6.1 to 8.6.2 ([b74f0ff](https://github.com/salesforcecli/plugin-custom-metadata/commit/b74f0ffcc23774a9db5207ca5cb6618082f978e3)) + ## [3.3.33](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.32...3.3.33) (2024-09-22) ### Bug Fixes diff --git a/README.md b/README.md index b9277c93..185ca609 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.33/src/commands/cmdt/generate/field.ts)_ +_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.34/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.33/src/commands/cmdt/generate/fromorg.ts)_ +_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.34/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.33/src/commands/cmdt/generate/object.ts)_ +_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.34/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.33/src/commands/cmdt/generate/record.ts)_ +_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.34/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.33/src/commands/cmdt/generate/records.ts)_ +_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.34/src/commands/cmdt/generate/records.ts)_ diff --git a/package.json b/package.json index 2e65114a..62681cf1 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.33", + "version": "3.3.34", "contributors": [ { "name": "Carolyn Grabill",