diff --git a/HISTORY.md b/HISTORY.md index c59feda..4e519ab 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +2.1.0 / 2024-09-10 +=================== + +* Changes from 1.16.0 + 2.0.0 / 2024-08-23 ================== @@ -26,6 +31,11 @@ - Use `mime-types` for file to content type mapping - deps: debug@3.1.0 +1.16.0 / 2024-09-10 +=================== + +* Remove link renderization in html while redirecting + 1.15.0 / 2022-03-24 =================== diff --git a/package.json b/package.json index 91a72fc..b70f167 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-static", "description": "Serve static files", - "version": "2.0.0", + "version": "2.1.0", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static",