Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 22, 2019
1 parent 850b835 commit 0d8e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
"version": "2.2.2",
"version": "2.2.3",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

1 comment on commit 0d8e8bf

@XhmikosR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TooTallNate you should have published this with the previous npm tag :/ Now this installs by default.

https://docs.npmjs.com/cli/dist-tag

Not sure if you will be able to rename the tag; if not, you can just release later a new 3.x version

Please sign in to comment.