Skip to content

Commit

Permalink
chore(release): 0.0.18 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jul 13, 2021
1 parent cf10945 commit f62ad11
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
Expand Up @@ -2,6 +2,13 @@

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.

### [0.0.18](https://github.com/salesforcecli/cli/compare/v0.0.17...v0.0.18) (2021-07-13)


### Bug Fixes

* remove pointless tests ([cf10945](https://github.com/salesforcecli/cli/commit/cf1094507b230f04c00b3ffec2dd86230eb82731))

### [0.0.17](https://github.com/salesforcecli/cli/compare/v0.0.16...v0.0.17) (2021-07-13)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (-v|--version|version)
@salesforce/cli/0.0.16 linux-x64 node-v14.17.3
@salesforce/cli/0.0.17 linux-x64 node-v14.17.3
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "0.0.17",
"version": "0.0.18",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down

0 comments on commit f62ad11

Please sign in to comment.