diff --git a/History.md b/History.md index 42b9166c5e..fadebb9b56 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -unreleased -========== +4.9.2 / 2014-09-17 +================== * Fix regression for empty string `path` in `app.use` * Fix `router.use` to accept array of middleware without path diff --git a/package.json b/package.json index 2fb27ccda5..eea18553c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Fast, unopinionated, minimalist web framework", - "version": "4.9.1", + "version": "4.9.2", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",