We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f393d commit ddca90cCopy full SHA for ddca90c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.3.0 - 2025-03-29
4
+
5
+- Updated for Gleam v1.9.0.
6
7
## v1.2.0 - 2025-03-20
8
9
- Add support for formdata reading and editing.
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_fetch"
-version = "1.2.0"
+version = "1.3.0"
licences = ["Apache-2.0"]
description = "Make HTTP requests in Gleam JavaScript with Fetch"
target = "javascript"
0 commit comments