Skip to content

Commit 983e0f7

Browse files
committed
chore(release): 3.3.95 [skip ci]
1 parent 9b0463f commit 983e0f7

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.95](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.94...3.3.95) (2026-04-19)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.28.1 to 8.28.3 ([701e394](https://github.com/salesforcecli/plugin-custom-metadata/commit/701e394b59290f1d12e84260df8dd2380495f898))
6+
17
## [3.3.94](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.93...3.3.94) (2026-04-18)
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.94/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.95/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.94/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.95/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.94/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.95/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.94/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.95/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.94/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.95/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.94",
4+
"version": "3.3.95",
55
"contributors": [
66
{
77
"name": "Carolyn Grabill",

0 commit comments

Comments
 (0)