From 5682d6317713bcf37ab00d5a514107911d690376 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 8 Apr 2024 02:45:45 +0000 Subject: [PATCH] chore(release): 3.2.3 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47edde04..71d7d567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.3](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.2.2...3.2.3) (2024-04-08) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 8.0.2 to 8.0.3 ([5c2c3c6](https://github.com/salesforcecli/plugin-custom-metadata/commit/5c2c3c62c928ec51fc82c0781e4160cd8bf5e061)) + ## [3.2.2](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.2.1...3.2.2) (2024-04-06) ### Bug Fixes diff --git a/README.md b/README.md index 40ce10c9..6270d073 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.2.2/src/commands/cmdt/generate/field.ts)_ +_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.3/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.2.2/src/commands/cmdt/generate/fromorg.ts)_ +_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.3/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.2.2/src/commands/cmdt/generate/object.ts)_ +_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.3/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.2.2/src/commands/cmdt/generate/record.ts)_ +_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.3/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.2.2/src/commands/cmdt/generate/records.ts)_ +_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.3/src/commands/cmdt/generate/records.ts)_ diff --git a/package.json b/package.json index 08db8a0c..87a75868 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.2.2", + "version": "3.2.3", "contributors": [ { "name": "Carolyn Grabill",