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 ================== 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)"