Skip to content

Commit

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

* fix: disable deprecation warning

---------

Co-authored-by: Cristian Dominguez <[email protected]>
  • Loading branch information
svc-cli-bot and cristiand391 authored Dec 12, 2024
1 parent f6a36c3 commit b4edef3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.70.6 linux-x64 node-v22.11.0
@salesforce/cli/2.70.7 linux-x64 node-v22.11.0
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down
7 changes: 6 additions & 1 deletion 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.70.6",
"version": "2.70.7",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -97,6 +97,11 @@
"preparse": "/dist/hooks/preparse"
},
"update": {
"node": {
"options": [
"--no-deprecation"
]
},
"s3": {
"bucket": "dfc-data-production",
"indexVersionLimit": 140,
Expand Down

0 comments on commit b4edef3

Please sign in to comment.