diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbd2fae..2bfd5d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Types of changes: --- -## v4.8.1 - 2024-05-xx +## v4.8.1 - 2024-05-16 ### Fixed diff --git a/bin/deploy-js-bundle-to-filerobot.js b/bin/deploy-js-bundle-to-filerobot.js index 7b89afdc..2ed4d74b 100644 --- a/bin/deploy-js-bundle-to-filerobot.js +++ b/bin/deploy-js-bundle-to-filerobot.js @@ -53,6 +53,7 @@ const deploy = (sassKey, uploadToSubFolder) => { console.log( `[Deploying]: Request to sub-folder (${uploadToSubFolder}) started... `, ); + // TODO: The fetch fails while deploying, need to check why? fetch(uploadEndpoint, { method: 'POST', body: formData,