@salesforce/cli 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [1.1.5](https://github.com/salesforcecli/cli/compare/v1.1.4...v1.1.5) (2021-10-26)
6
+
5
7
  ### [1.1.4](https://github.com/salesforcecli/cli/compare/v1.1.3...v1.1.4) (2021-10-26)
6
8
 
7
9
 
package/README.md CHANGED
@@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
29
29
  $ sf COMMAND
30
30
  running command...
31
31
  $ sf (--version|-v|version)
32
- @salesforce/cli/1.1.3 linux-x64 node-v14.18.1
32
+ @salesforce/cli/1.1.4 linux-x64 node-v14.18.1
33
33
  $ sf --help [COMMAND]
34
34
  USAGE
35
35
  $ sf COMMAND
@@ -1 +1 @@
1
- {"version":"1.1.4","commands":{}}
1
+ {"version":"1.1.5","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.1.4",
4
+ "version": "1.1.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"