Skip to content

Commit ddca90c

Browse files
committed
v1.3.0
1 parent f0f393d commit ddca90c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.3.0 - 2025-03-29
4+
5+
- Updated for Gleam v1.9.0.
6+
37
## v1.2.0 - 2025-03-20
48

59
- Add support for formdata reading and editing.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "gleam_fetch"
2-
version = "1.2.0"
2+
version = "1.3.0"
33
licences = ["Apache-2.0"]
44
description = "Make HTTP requests in Gleam JavaScript with Fetch"
55
target = "javascript"

0 commit comments

Comments
 (0)