From d2dc9519768508ce42780c97d39917b4344fdcd5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 6 Sep 2023 03:05:07 +0700 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13e678c8..e0bc8c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ky", - "version": "1.0.0", + "version": "1.0.1", "description": "Tiny and elegant HTTP client based on the browser Fetch API", "license": "MIT", "repository": "sindresorhus/ky",