We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a277922 commit b9d5b7eCopy full SHA for b9d5b7e
History.md
@@ -1,4 +1,10 @@
1
2
+2.2.0 / 2018-03-03
3
+==================
4
+
5
+ * Add "engines" to package.json - requires Node.js >= 4.5.0
6
+ * Use `Buffer.from()`
7
8
2.1.1 / 2017-11-28
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
- "version": "2.1.1",
+ "version": "2.2.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./index.js",
"scripts": {
0 commit comments