Skip to content

Commit 5a53571

Browse files
chore(release): 1.2.6 [skip ci]
## [1.2.6](v1.2.5...v1.2.6) (2021-02-01) ### Bug Fixes * remove note about "sfdx force:doc:commands:list" ([2378f39](2378f39))
1 parent 95b8157 commit 5a53571

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.6](https://github.com/forcedotcom/plugin-command-reference/compare/v1.2.5...v1.2.6) (2021-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* remove note about "sfdx force:doc:commands:list" ([2378f39](https://github.com/forcedotcom/plugin-command-reference/commit/2378f39a88923c294a2a2cb8c002372e85e819cf))
7+
18
## [1.2.5](https://github.com/forcedotcom/plugin-command-reference/compare/v1.2.4...v1.2.5) (2021-02-01)
29

310

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ OPTIONS
9797
this command invocation
9898
```
9999

100-
_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.2.5/lib/commands/commandreference/generate.js)_
100+
_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.2.6/lib/commands/commandreference/generate.js)_
101101
<!-- 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/plugin-command-reference",
33
"description": "Generate the Salesforce CLI command reference guide",
4-
"version": "1.2.5",
4+
"version": "1.2.6",
55
"author": "Thomas @amphro",
66
"bugs": "https://github.com/forcedotcom/plugin-command-reference/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)