sfdx-plugin-update-notifier 1.2.135 → 1.2.136
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 +9 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +3284 -2764
- package/oclif.lock +485 -508
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.2.136](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.135...v1.2.136) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.15 to 1.2.16 ([#1056](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1056)) ([a54ff62](https://github.com/jayree/sfdx-plugin-update-notifier/commit/a54ff62ff1b7113b477ece5e330bd109651b6735))
|
|
7
|
+
* **deps:** bump @salesforce/kit from 3.2.3 to 3.2.4 ([#1059](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1059)) ([41adbf1](https://github.com/jayree/sfdx-plugin-update-notifier/commit/41adbf13cac9f03ff83069d336b8129edf8a379b))
|
|
8
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.133 to 1.5.134 ([#1057](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1057)) ([7366be8](https://github.com/jayree/sfdx-plugin-update-notifier/commit/7366be86b7261771cf22c1ea7e3cf1453a387353))
|
|
9
|
+
|
|
1
10
|
## [1.2.135](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.134...v1.2.135) (2025-08-29)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g sfdx-plugin-update-notifier
|
|
|
21
21
|
$ sfdx COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx (--version)
|
|
24
|
-
sfdx-plugin-update-notifier/1.2.
|
|
24
|
+
sfdx-plugin-update-notifier/1.2.136 linux-x64 node-v22.19.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|