Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmeeedMostafa committed May 16, 2024
1 parent b21262a commit 6bffb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Types of changes:
---

## v4.8.1 - 2024-05-xx
## v4.8.1 - 2024-05-16

### Fixed

Expand Down
1 change: 1 addition & 0 deletions bin/deploy-js-bundle-to-filerobot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6bffb79

Please sign in to comment.