From f498b660da4cc954a5921d50407cf7a790e8a378 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 20 Jun 2014 16:56:51 -0400 Subject: [PATCH] 4.4.4 --- History.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 02113ea1f0..ec406e5cf0 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -unreleased -========== +4.4.4 / 2014-06-20 +================== * fix `res.attachment` Unicode filenames in Safari * fix "trim prefix" debug message in `express:router` diff --git a/package.json b/package.json index d71e54c149..923ec45168 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Sinatra inspired web development framework", - "version": "4.4.3", + "version": "4.4.4", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",