From f2cb5ac03d034fa60b05932187f7cc84038c6405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 27 Mar 2025 00:21:08 +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 3807930..f3e8b24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accepts", "description": "Higher-level content negotiation", - "version": "2.0.0", + "version": "3.0.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)" From c2108683c72b1f85b6f5bfe548b02f7bde4e1502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 27 Mar 2025 00:22:06 +0100 Subject: [PATCH 2/2] Update HISTORY.md --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9703413..b891cdd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,8 @@ -unreleased +3.0.0 / 2025-03-27 ================== * deps: mime-types@^3.0.1 + * update the `engines` field (this is considered as major) 2.0.0 / 2024-08-31 ==================