From e107ef40eb44d9746e8e8c2096aee78a62d28434 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 22 Feb 2024 02:46:09 +0000 Subject: [PATCH] chore(release): 3.1.4 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd73574..0b75a117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.4](https://github.com/salesforcecli/plugin-schema/compare/3.1.3...3.1.4) (2024-02-22) + +### Bug Fixes + +- **deps:** bump ip from 1.1.5 to 1.1.9 ([c1362d8](https://github.com/salesforcecli/plugin-schema/commit/c1362d8e4cf57d5ef0603b99eb056361f825f32f)) + ## [3.1.3](https://github.com/salesforcecli/plugin-schema/compare/3.1.2...3.1.3) (2024-02-11) ### Bug Fixes diff --git a/README.md b/README.md index 590913fe..bb2656bc 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ EXAMPLES $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api ``` -_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.3/src/commands/sobject/describe.ts)_ +_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.4/src/commands/sobject/describe.ts)_ ## `sf sobject list` @@ -155,6 +155,6 @@ EXAMPLES $ sf sobject list --sobject custom --target-org my-scratch-org ``` -_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.3/src/commands/sobject/list.ts)_ +_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.4/src/commands/sobject/list.ts)_ diff --git a/package.json b/package.json index 1e514c48..b2a6b577 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "3.1.3", + "version": "3.1.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {