Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit 8b3df6c

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.7 [ci skip]
1 parent bd71278 commit 8b3df6c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [0.0.7](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.6...v0.0.7) (2021-04-20)
6+
57
### [0.0.6](https://github.com/forcedotcom/sfdx-1commerce-plugin/compare/v0.0.5...v0.0.6) (2021-04-19)
68

79
### 0.0.5 (2021-02-25)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ npm install -g @salesforce/plugin-1commerce
4545
$ sfdx COMMAND
4646
running command...
4747
$ sfdx (-v|--version|version)
48-
@salesforce/plugin-1commerce/0.0.6 linux-x64 node-v12.18.4
48+
@salesforce/plugin-1commerce/0.0.7 linux-x64 node-v12.18.4
4949
$ sfdx --help [COMMAND]
5050
USAGE
5151
$ sfdx COMMAND
@@ -99,7 +99,7 @@ EXAMPLE
9999
$ sfdx 1commerce:import:products -d 00Dxx0000000000 -w 00Dxx0000000000
100100
```
101101

102-
_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)_
102+
_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)_
103103

104104
## `sfdx 1commerce:search:start [-n <string> | -i <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
105105

@@ -130,7 +130,7 @@ EXAMPLE
130130
// Finds a store and indexes it
131131
```
132132

133-
_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)_
133+
_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)_
134134
<!-- commandsstop -->
135135
<!-- debugging-your-plugin -->
136136

0 commit comments

Comments
 (0)