From 8b3df6c23311641fe82d6595b11998fd8f765906 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 20 Apr 2021 18:00:38 +0000 Subject: [PATCH] chore(release): 0.0.7 [ci skip] --- CHANGELOG.md | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d6ea1..7d7ebf5 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. +### [0.0.7](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.6...v0.0.7) (2021-04-20) + ### [0.0.6](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.5...v0.0.6) (2021-04-19) ### 0.0.5 (2021-02-25) diff --git a/README.md b/README.md index c84537b..d32a0bf 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ npm install -g @salesforce/plugin-1commerce $ sfdx COMMAND running command... $ sfdx (-v|--version|version) -@salesforce/plugin-1commerce/0.0.6 linux-x64 node-v12.18.4 +@salesforce/plugin-1commerce/0.0.7 linux-x64 node-v12.18.4 $ sfdx --help [COMMAND] USAGE $ sfdx COMMAND @@ -99,7 +99,7 @@ EXAMPLE $ sfdx 1commerce:import:products -d 00Dxx0000000000 -w 00Dxx0000000000 ``` -_See code: [src/commands/1commerce/import/products.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.6/src/commands/1commerce/import/products.ts)_ +_See code: [src/commands/1commerce/import/products.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.7/src/commands/1commerce/import/products.ts)_ ## `sfdx 1commerce:search:start [-n | -i ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -130,7 +130,7 @@ EXAMPLE // Finds a store and indexes it ``` -_See code: [src/commands/1commerce/search/start.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.6/src/commands/1commerce/search/start.ts)_ +_See code: [src/commands/1commerce/search/start.ts](https://github.com/forcedotcom/sfdx-1commerce-plugin/blob/v0.0.7/src/commands/1commerce/search/start.ts)_