@jayree/sfdx-plugin-manifest 3.3.15 → 3.3.17

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.3.17](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.16...3.3.17) (2024-07-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.27.0 to 1.27.1 ([#1386](https://github.com/jayree/sfdx-plugin-manifest/issues/1386)) ([407f809](https://github.com/jayree/sfdx-plugin-manifest/commit/407f8095d431754b36b6b86fb1435f3b72b6eb2a))
7
+
8
+
9
+
10
+ ## [3.3.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.15...3.3.16) (2024-07-13)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @salesforce/sf-plugins-core from 11.1.2 to 11.1.6 ([#1388](https://github.com/jayree/sfdx-plugin-manifest/issues/1388)) ([6a33b7e](https://github.com/jayree/sfdx-plugin-manifest/commit/6a33b7ebbd03a5d523d9c5cb0771bf631928eecc))
16
+
17
+
18
+
1
19
  ## [3.3.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.14...3.3.15) (2024-07-06)
2
20
 
3
21
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
61
61
  ```
62
62
 
63
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.15/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.17/src/commands/jayree/manifest/cleanup.ts)_
64
64
 
65
65
  ### `sf jayree manifest generate`
66
66
 
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
99
99
  ```
100
100
 
101
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.15/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.17/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
181
181
  The location can be an absolute path or relative to the current working directory.
182
182
  ```
183
183
 
184
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.15/src/commands/jayree/manifest/git/diff.ts)_
184
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.17/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->