sfdx-hardis 4.2.1 → 4.2.2
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 +4 -0
- package/README.md +80 -80
- package/lib/hooks/init/check-upgrade.js +2 -2
- package/lib/hooks/init/check-upgrade.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [4.2.2] 2023-09-01
|
|
8
|
+
|
|
9
|
+
- Fix upgrade warning message that should not appear when there is no upgrade to perform (detected by @mamasse19)
|
|
10
|
+
|
|
7
11
|
## [4.2.1] 2023-08-30
|
|
8
12
|
|
|
9
13
|
- Fix issue in sfdx commands wrapping following the use of @salesforce/cli
|