sfdx-git-delta 5.21.0 → 5.22.0
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 +7 -0
- package/README.md +1 -1
- package/lib/metadata/v58.json +2001 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
6
6
|
|
|
7
|
+
## [5.22.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.21.0...v5.22.0) (2023-06-09)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add API v58 support ([#635](https://github.com/scolladon/sfdx-git-delta/issues/635)) ([c811567](https://github.com/scolladon/sfdx-git-delta/commit/c81156776791ff8d58bac4dad2b98e3621a734f2))
|
|
13
|
+
|
|
7
14
|
## [5.21.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.20.0...v5.21.0) (2023-06-05)
|
|
8
15
|
|
|
9
16
|
|
package/README.md
CHANGED
|
@@ -188,7 +188,7 @@ OPTIONS
|
|
|
188
188
|
this command invocation
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.
|
|
191
|
+
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.22.0/src/commands/sgd/source/delta.ts)_
|
|
192
192
|
<!-- commandsstop -->
|
|
193
193
|
|
|
194
194
|
### Windows users
|