Skip to content

Commit

Permalink
chore(release): 0.0.37 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Aug 19, 2021
1 parent 6e0c835 commit bda2391
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.37](https://github.com/salesforcecli/cli/compare/v0.0.36...v0.0.37) (2021-08-19)


### Bug Fixes

* dont alias plugin-telemetry ([6e0c835](https://github.com/salesforcecli/cli/commit/6e0c8358baca184d45afe8a4b9985d7de4b524cf))

### [0.0.36](https://github.com/salesforcecli/cli/compare/v0.0.35...v0.0.36) (2021-08-19)


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.35 linux-x64 node-v14.17.5
@salesforce/cli/0.0.36 linux-x64 node-v14.17.5
$ 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": "0.0.36",
"version": "0.0.37",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down Expand Up @@ -78,7 +78,7 @@
"@sf/dr-metadata": "npm:@salesforce/plugin-deploy-retrieve-metadata@0.0.23",
"@sf/env": "npm:@salesforce/plugin-env@0.0.25",
"@sf/login": "npm:@salesforce/plugin-login@0.0.18",
"@salesforce/plugin-telemetry": "^1.2.3",
"@salesforce/plugin-telemetry": "1.2.3",
"tslib": "^2.3.0"
},
"pinnedDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -972,9 +972,9 @@
standard-version "^9.0.0"
tslib "^2"

"@salesforce/plugin-telemetry@^1.2.3":
"@salesforce/plugin-telemetry@1.2.3":
version "1.2.3"
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-1.2.3.tgz#da392538da57ef53eb3ee33d6ef6469ea1a65ac9"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-1.2.3.tgz#da392538da57ef53eb3ee33d6ef6469ea1a65ac9"
integrity sha512-cBlNRjg96fGaZNP1+C03RSz+M09onLr0XDSVu5XdpIeLR0LeL4U+MxRleOSaew9g50ExFqaFdy/oO1WX4tBpDw==
dependencies:
"@oclif/config" "^1"
Expand Down

0 comments on commit bda2391

Please sign in to comment.