diff --git a/CHANGELOG.md b/CHANGELOG.md index a0eb2ded..e71967d1 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. +### [1.0.7](https://github.com/salesforcecli/cli/compare/v1.0.6...v1.0.7) (2021-10-14) + + +### Bug Fixes + +* bump deps ([#76](https://github.com/salesforcecli/cli/issues/76)) ([26b59c6](https://github.com/salesforcecli/cli/commit/26b59c638fff4b301f615bdc8c1d21247a14b691)) + ### [1.0.6](https://github.com/salesforcecli/cli/compare/v1.0.5...v1.0.6) (2021-10-12) ### [1.0.5](https://github.com/salesforcecli/cli/compare/v1.0.4...v1.0.5) (2021-10-07) diff --git a/README.md b/README.md index 22e120d5..7eab79a9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v|version) -@salesforce/cli/1.0.5 linux-x64 node-v14.18.0 +@salesforce/cli/1.0.6 linux-x64 node-v14.18.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -283,7 +283,7 @@ EXAMPLES $ sf deploy --interactive ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.0.4/src/commands/deploy.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.0.5/src/commands/deploy.ts)_ ## `sf deploy functions` @@ -981,7 +981,7 @@ EXAMPLES $ sf login ``` -_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.2/src/commands/login.ts)_ +_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.4/src/commands/login.ts)_ ## `sf login functions` @@ -1243,7 +1243,7 @@ EXAMPLES $ sf logout --no-prompt ``` -_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.2/src/commands/logout.ts)_ +_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.4/src/commands/logout.ts)_ ## `sf logout functions` @@ -1319,7 +1319,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.0/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.1/src/commands/plugins/index.ts)_ ## `sf plugins:inspect PLUGIN...` diff --git a/package.json b/package.json index 09fa1691..d089f65e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "1.0.6", + "version": "1.0.7", "author": "Salesforce", "bin": { "sf": "./bin/run"