diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6a68dd..43ef32a5 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.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) ### [1.0.5](https://github.com/salesforcecli/plugin-schema/compare/v1.0.4...v1.0.5) (2021-04-01) diff --git a/README.md b/README.md index 683ee0d4..6942fa49 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.5/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.6/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.5/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.6/src/commands/force/schema/sobject/list.ts)_ diff --git a/package.json b/package.json index fba87abd..c49ee037 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.6", + "version": "1.0.7", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {