diff --git a/HISTORY.md b/HISTORY.md index 68807acb..0c8229fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +unreleased +========== + + * deps: debug@2.6.1 + - Fix deprecation messages in WebStorm and other editors + - Undeprecate `DEBUG_FD` set to `1` or `2` + 1.15.0 / 2017-01-22 =================== diff --git a/package.json b/package.json index badf81cb..bab5a2e3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "cookie": "0.3.1", "cookie-signature": "1.0.6", "crc": "3.4.4", - "debug": "2.6.0", + "debug": "2.6.1", "depd": "~1.1.0", "on-headers": "~1.0.1", "parseurl": "~1.3.1",