diff --git a/CHANGELOG.md b/CHANGELOG.md index 5124c2f5..4b36a139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index d3e815aa..1500c4c4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 2125ed21..e0243dd8 100644 --- a/package.json +++ b/package.json @@ -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"