Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2020-11-05)

### Bug Fixes

* fix rel notes link to point to main branch ([663483b](663483b))
  • Loading branch information
semantic-release-bot committed Nov 5, 2020
1 parent 663483b commit 166d94f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.3](https://github.com/forcedotcom/plugin-command-reference/compare/v1.2.2...v1.2.3) (2020-11-05)


### Bug Fixes

* fix rel notes link to point to main branch ([663483b](https://github.com/forcedotcom/plugin-command-reference/commit/663483bd3aab0f40c68ac6b6327c34a4edce1014))

## [1.2.2](https://github.com/forcedotcom/plugin-command-reference/compare/v1.2.1...v1.2.2) (2020-10-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ OPTIONS
this command invocation
```

_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.2.2/lib/commands/commandreference/generate.js)_
_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.2.3/lib/commands/commandreference/generate.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-command-reference",
"description": "Generate the Salesforce CLI command reference guide",
"version": "1.2.2",
"version": "1.2.3",
"author": "Thomas @amphro",
"bugs": "https://github.com/forcedotcom/plugin-command-reference/issues",
"dependencies": {
Expand Down

0 comments on commit 166d94f

Please sign in to comment.