Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 3, 2018
1 parent a277922 commit b9d5b7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

2.2.0 / 2018-03-03
==================

* Add "engines" to package.json - requires Node.js >= 4.5.0
* Use `Buffer.from()`

2.1.1 / 2017-11-28
==================

Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit b9d5b7e

Please sign in to comment.