Skip to content

Commit

Permalink
Release PR for 2.73.8 as latest-rc (#2087)
Browse files Browse the repository at this point in the history
* chore(release): bump to 2.73.8

* fix: bump oclif

---------

Co-authored-by: Cristian Dominguez <cdominguez@salesforce.com>
  • Loading branch information
svc-cli-bot and cristiand391 authored Jan 21, 2025
1 parent 7044d22 commit 19c49d9
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 769 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.73.7 linux-x64 node-v22.12.0
@salesforce/cli/2.73.8 linux-x64 node-v22.12.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": "2.73.7",
"version": "2.73.8",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -259,7 +259,7 @@
"@salesforce/ts-sinon": "^1.4.30",
"@salesforce/ts-types": "^2.0.10",
"aws-sdk": "^2.1692.0",
"oclif": "^4.17.10",
"oclif": "^4.17.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
Expand Down
Loading

0 comments on commit 19c49d9

Please sign in to comment.