ultimate-jekyll-manager 0.0.41 → 0.0.42

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.
@@ -466,7 +466,7 @@ async function processTranslation() {
466
466
 
467
467
  // Push updated translation cache back to uj-translations
468
468
  if (Manager.isBuildMode()) {
469
- await pushTranslationBranch( );
469
+ await pushTranslationBranch(updatedFiles);
470
470
  }
471
471
  }
472
472
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {