From 107e176637343d402640d18cc07aac89d2731019 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 1 Jul 2021 19:21:11 +0000 Subject: [PATCH] chore(release): 1.0.8 [ci skip] --- CHANGELOG.md | 2 ++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ef32a5..d6f91ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.8](https://github.com/salesforcecli/plugin-schema/compare/v1.0.7...v1.0.8) (2021-07-01) + ### [1.0.7](https://github.com/salesforcecli/plugin-schema/compare/v1.0.6...v1.0.7) (2021-05-10) ### [1.0.6](https://github.com/salesforcecli/plugin-schema/compare/v1.0.5...v1.0.6) (2021-04-13) diff --git a/README.md b/README.md index 6942fa49..f16241da 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ EXAMPLES sfdx force:schema:sobject:describe -s ApexClass -t ``` -_See code: [src/commands/force/schema/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.6/src/commands/force/schema/sobject/describe.ts)_ +_See code: [src/commands/force/schema/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.7/src/commands/force/schema/sobject/describe.ts)_ ## `sfdx force:schema:sobject:list [-c ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -136,5 +136,5 @@ EXAMPLES sfdx force:schema:sobject:list -c standard ``` -_See code: [src/commands/force/schema/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.6/src/commands/force/schema/sobject/list.ts)_ +_See code: [src/commands/force/schema/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/v1.0.7/src/commands/force/schema/sobject/list.ts)_ diff --git a/package.json b/package.json index 9f058924..9e02cebb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "1.0.7", + "version": "1.0.8", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {