Skip to content

Commit aaea86f

Browse files
W-20190731: sf RNs Nov 12 (#3451)
* Update release notes for versions 2.112.6 and 2.113.6 Updated release notes to reflect version changes and upcoming changes for Salesforce CLI. * Revise bug fix description in release notes Updated the release notes to reflect a general bug fix.
1 parent d7df72a commit aaea86f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

releasenotes/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,22 @@ Additional documentation:
2525
* [Salesforce CLI Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki/Quick-Introduction-to-Developing-sf-Plugins)
2626
* [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm)
2727

28-
## 2.112.6 (Nov 12, 2025) [stable-rc]
28+
## 2.113.6 (Nov 19, 2025) [stable-rc]
2929

3030
These changes are in the Salesforce CLI release candidate. We plan to include these changes in next week's official release. This list isn't final and is subject to change.
3131

3232
------------
3333

34+
* FIX: We fixed some under-the-hood bugs.
35+
36+
## 2.112.6 (Nov 12, 2025) [stable]
37+
3438
**ANNOUNCEMENT OF UPCOMING CHANGES**
3539

3640
* **`plugins link` Command**: (This change impacts Salesforce CLI plugin developers who use `yarn` as their package manager.) Starting March 2026, the `plugins link` command will no longer automatically install dependencies after it links the specified plugin into Salesforce CLI. You will need to run `yarn` manually to install the required dependencies before you run `plugins link`. In this release, the `plugins link` command has been updated to include a reminder about this upcoming change. This change doesn't impact plugin developers who use `npm` or `pnmp` as their package manager because those types of plugins already don't get dependencies automatically installed when linked. (oclif plugin-plugins PR [#1230](https://github.com/oclif/plugin-plugins/pull/1230))
3741
* **Bundled Node.js Version**: Starting February 2026, the Salesforce CLI installer for Windows, macOS, and Linux tarballs will start bundling Node.js v24 (Current LTS) instead of Node.js v22 (Maintenance LTS). See [this pinned GitHub issue](https://github.com/forcedotcom/cli/issues/3445) for additional information.
3842

39-
## 2.111.7 (Nov 5, 2025) [stable]
43+
## 2.111.7 (Nov 5, 2025)
4044

4145
* NEW: Retrieve package metadata for a specified package version with the new `package version retrieve` command. Package metadata can be retrieved for only second-generation managed package versions or unlocked packages.
4246

0 commit comments

Comments
 (0)