Skip to content

Commit c5c49db

Browse files
committed
chore(release): 3.3.102 [skip ci]
1 parent 3eceb28 commit c5c49db

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.102](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.101...3.3.102) (2026-05-17)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump fast-xml-parser from 5.7.3 to 5.8.0 ([a8e1f8f](https://github.com/salesforcecli/plugin-custom-metadata/commit/a8e1f8f4b98d2b78cffa13e0a3389766e78adb93))
6+
17
## [3.3.101](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.100...3.3.101) (2026-05-10)
28

39
### Bug Fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
149149
The value must be greater than or equal to zero. Default value is 0.
150150
```
151151

152-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.101/src/commands/cmdt/generate/field.ts)_
152+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.102/src/commands/cmdt/generate/field.ts)_
153153

154154
## `sf cmdt generate fromorg`
155155

@@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
238238
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
239239
```
240240

241-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.101/src/commands/cmdt/generate/fromorg.ts)_
241+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.102/src/commands/cmdt/generate/fromorg.ts)_
242242

243243
## `sf cmdt generate object`
244244

@@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
300300
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
301301
```
302302

303-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.101/src/commands/cmdt/generate/object.ts)_
303+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.102/src/commands/cmdt/generate/object.ts)_
304304

305305
## `sf cmdt generate record`
306306

@@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
355355
Protected records can only be accessed by code in the same managed package namespace.
356356
```
357357

358-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.101/src/commands/cmdt/generate/record.ts)_
358+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.102/src/commands/cmdt/generate/record.ts)_
359359

360360
## `sf cmdt generate records`
361361

@@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
406406
The '__mdt' suffix is appended to the end of the name if it's omitted.
407407
```
408408

409-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.101/src/commands/cmdt/generate/records.ts)_
409+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.102/src/commands/cmdt/generate/records.ts)_
410410

411411
<!-- commandsstop -->
412412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-custom-metadata",
33
"description": "Tools for working with custom metadata types and their records.",
4-
"version": "3.3.101",
4+
"version": "3.3.102",
55
"contributors": [
66
{
77
"name": "Carolyn Grabill",

0 commit comments

Comments
 (0)