From 726ab9a39b4baf01050373e8f3c8bd2573b789ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 27 Mar 2025 00:36:40 +0100 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83c572e..08586d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "type-is", "description": "Infer the content-type of a request.", - "version": "2.0.0", + "version": "2.0.1", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)" From 57c722e8426b28e4d1297ed841878c850bfaf85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 27 Mar 2025 00:37:10 +0100 Subject: [PATCH 2/2] Update HISTORY.md --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4695bb0..6812655 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +2.0.1 / 2025-03-27 +========== + 2.0.0 / 2024-08-31 ==========