Skip to content

Commit b9d5b7e

Browse files
committed
2.2.0
1 parent a277922 commit b9d5b7e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

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+
28
2.1.1 / 2017-11-28
39
==================
410

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)