Skip to content

Commit d5be809

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.4...v2.1.0) (2024-08-12) ### Features * enforce URLSearchParams type for search params ([0c488ab](0c488ab))
1 parent 0c488ab commit d5be809

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/DCKT/rescript-ky/compare/v2.0.4...v2.1.0) (2024-08-12)
2+
3+
4+
### Features
5+
6+
* enforce URLSearchParams type for search params ([0c488ab](https://github.com/DCKT/rescript-ky/commit/0c488ab98819d02f256cdac3a3124cdbf5441a8e))
7+
18
## [2.0.4](https://github.com/DCKT/rescript-ky/compare/v2.0.3...v2.0.4) (2024-06-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dck/rescript-ky",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "ReScript bindings for ky HTTP client",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)