Skip to content

Commit

Permalink
chore(release): 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2020-03-03)

### Bug Fixes

* missing path join ([def2d07](def2d07))
  • Loading branch information
semantic-release-bot committed Mar 3, 2020
1 parent b27bf13 commit db2750f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.5](https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.4...v1.0.5) (2020-03-03)

### Bug Fixes

- missing path join ([def2d07](https://github.com/forcedotcom/plugin-command-reference/commit/def2d0710f539793c52d36199fe4b78ab88e0afd))

## [1.0.4](https://github.com/forcedotcom/plugin-command-reference/compare/v1.0.3...v1.0.4) (2020-03-03)

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

_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.0.4/lib/commands/commandreference/generate.js)_
_See code: [lib/commands/commandreference/generate.js](https://github.com/forcedotcom/plugin-command-reference/blob/v1.0.5/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.0.4",
"version": "1.0.5",
"author": "Thomas @amphro",
"bugs": "https://github.com/forcedotcom/plugin-command-reference/issues",
"dependencies": {
Expand Down

0 comments on commit db2750f

Please sign in to comment.