diff --git a/HISTORY.md b/HISTORY.md index 958b934..0b87bd7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +1.2.1 / 2025-12-15 +================== + +* Minor changes (package metadata) +* deps: + * `debug@^4.4.3` + * `http-errors@^2.0.1` + * `mime-types@^3.0.2` + * `statuses@^2.0.2` + 1.2.0 / 2025-03-27 ================== diff --git a/package.json b/package.json index 9e60e45..49fde82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "send", "description": "Better streaming static file server with Range and conditional-GET support", - "version": "1.2.0", + "version": "1.2.1", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson ",