v1.13.2
fix(http): fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206)
fix(fetch): optimize signals composing logic; (#6582)
docs: fix mismatched return type (#7172)
feat: support reviver on JSON.parse (#5926)
chore(release): v1.13.2 (#7207)
refactor: improve Cookie Handling (#7129)
fix(utils): move `generateString` to platform utils to avoid importing crypto module into client builds; (#6789)
Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732)
refactor: change if in else to else if (#7028)