Skip to content

Commit

Permalink
chore(release): 1.0.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Oct 7, 2021
1 parent d3edc5c commit 418de9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.5](https://github.com/salesforcecli/cli/compare/v1.0.4...v1.0.5) (2021-10-07)

### [1.0.4](https://github.com/salesforcecli/cli/compare/v1.0.3...v1.0.4) (2021-10-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v|version)
@salesforce/cli/1.0.3 linux-x64 node-v14.18.0
@salesforce/cli/1.0.4 linux-x64 node-v14.18.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "1.0.4",
"version": "1.0.5",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down Expand Up @@ -76,7 +76,7 @@
"@oclif/plugin-help": "^5.1.1",
"@oclif/plugin-not-found": "^2.2.0",
"@oclif/plugin-plugins": "^2.0.0",
"@salesforce/plugin-telemetry": "1.2.4",
"@salesforce/plugin-telemetry": "1.2.6",
"@salesforce/sf-plugins-core": "^1.0.1",
"@sf/config": "npm:@salesforce/[email protected]",
"@sf/deploy-retrieve": "npm:@salesforce/[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1212,10 +1212,10 @@
standard-version "^9.0.0"
tslib "^2"

"@salesforce/[email protected].4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-1.2.4.tgz#93fc92c19578d44afa13eef2d3cd4e3639898a4d"
integrity sha512-Hx3AgcHNpaEKtbs39N0dWwEK8SpTUxZcsukogMcsOpHWcBs73NCCUzLVN4Jpx/l2JxlZuEfmX53YoZmDysezoA==
"@salesforce/[email protected].6":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-1.2.6.tgz#7d52a5ebd1f9230df08117e7c5940f864390dcfb"
integrity sha512-Fcisjeg7P9fmWQR0LKAleLHaLOcQ7d6zSVS8BR+WA2bLYa2K9aTW+lej9Zp1Z2VpsU7t94JVfuKlbtdoICMMPA==
dependencies:
"@oclif/config" "^1"
"@salesforce/command" "^4.1.1"
Expand Down

0 comments on commit 418de9a

Please sign in to comment.