Skip to content

Commit

Permalink
chore(fetch): release @sapphire/fetch@3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2024
1 parent e6b4802 commit 10551e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

# [@sapphire/fetch@3.0.4](https://github.com/sapphiredev/utilities/compare/@sapphire/fetch@3.0.3...@sapphire/fetch@3.0.4) - (2024-11-02)

## 🐛 Bug Fixes

- Move browser imports ([100ffb0](https://github.com/sapphiredev/utilities/commit/100ffb0a2471bb9f74cc580d282d11059e1a0a68)) ([#826](https://github.com/sapphiredev/utilities/pull/826) by @kyranet)
- **fetch:** Support stringifying arrays ([6752976](https://github.com/sapphiredev/utilities/commit/675297617855882f177766b713c754679550d105)) ([#814](https://github.com/sapphiredev/utilities/pull/814) by @favna)

# [@sapphire/fetch@3.0.3](https://github.com/sapphiredev/utilities/compare/@sapphire/fetch@3.0.2...@sapphire/fetch@3.0.3) - (2024-08-16)

## 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphire/fetch",
"version": "3.0.3",
"version": "3.0.4",
"description": "Tiny wrapper around globalThis.fetch for improved TypeScript and data type support",
"author": "@sapphire",
"license": "MIT",
Expand Down

0 comments on commit 10551e8

Please sign in to comment.