bug-versions
Advanced tools
Comparing version 1.6.1 to 1.7.0
1.7.0 / 2018-08-09 | ||
================== | ||
**features** | ||
* [[`a32e00f`](http://github.com/cnpm/bug-versions/commit/a32e00f0e54c4260cb0affd415c301646cec9775)] - feat: use uws@10.148.1 for 99.0.0 and 10.148.2 (#12) (fengmk2 <<fengmk2@gmail.com>>) | ||
1.6.1 / 2018-06-27 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -84,2 +84,12 @@ "main": "index.js", | ||
} | ||
}, | ||
"uws": { | ||
"99.0.0": { | ||
"version": "10.148.1", | ||
"reason": "https://www.reddit.com/r/node/comments/91kgte/uws_has_been_deprecated/e2yym4i/" | ||
}, | ||
"10.148.2": { | ||
"version": "10.148.1", | ||
"reason": "https://www.reddit.com/r/node/comments/91kgte/uws_has_been_deprecated/e2yym4i/" | ||
} | ||
} | ||
@@ -86,0 +96,0 @@ } |
6409