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

Commit c356f76

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.6.7 [ci skip]
1 parent 687cfc0 commit c356f76

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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+
### [1.6.7](https://github.com/salesforcecli/cli-taxonomy-experiment/compare/v1.6.6...v1.6.7) (2021-10-12)
6+
57
### [1.6.6](https://github.com/salesforcecli/cli-taxonomy-experiment/compare/v1.6.5...v1.6.6) (2021-06-22)
68

79

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ DESCRIPTION
703703
see the help for the environment-specific command, such as "sf login org --help".
704704
```
705705

706-
_See code: [src/commands/login.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.5/src/commands/login.ts)_
706+
_See code: [src/commands/login.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.6/src/commands/login.ts)_
707707

708708
## `sf login functions`
709709

@@ -860,7 +860,7 @@ USAGE
860860
$ sf logout
861861
```
862862

863-
_See code: [src/commands/logout.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.5/src/commands/logout.ts)_
863+
_See code: [src/commands/logout.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.6/src/commands/logout.ts)_
864864

865865
## `sf logout org`
866866

@@ -1288,7 +1288,7 @@ USAGE
12881288
$ sf reset
12891289
```
12901290

1291-
_See code: [src/commands/reset.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.5/src/commands/reset.ts)_
1291+
_See code: [src/commands/reset.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.6/src/commands/reset.ts)_
12921292

12931293
## `sf run apex`
12941294

@@ -1396,7 +1396,7 @@ OPTIONS
13961396
--json=json format output as json
13971397
```
13981398

1399-
_See code: [src/commands/usage.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.5/src/commands/usage.ts)_
1399+
_See code: [src/commands/usage.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.6/src/commands/usage.ts)_
14001400

14011401
## `sf whoami`
14021402

@@ -1407,5 +1407,5 @@ USAGE
14071407
$ sf whoami
14081408
```
14091409

1410-
_See code: [src/commands/whoami.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.5/src/commands/whoami.ts)_
1410+
_See code: [src/commands/whoami.ts](https://github.com/salesforcecli/cli-taxonomy-experiment/blob/v1.6.6/src/commands/whoami.ts)_
14111411
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/sf-demo",
33
"description": "An experiment to explore a new taxonomy for all Salesforce clouds.",
4-
"version": "1.6.6",
4+
"version": "1.6.7",
55
"author": "Salesforce",
66
"keywords": [],
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)