Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
- Reject invalid URLs earlier instead of trying to continue with the
  request (and failing anyway).
- Explicitly close the response when an error occurs for Node 13+.
- Update tests to cover up to Node 14 (was up to 9).
  • Loading branch information
Rob--W committed May 2, 2020
1 parent 4ddb796 commit a214003
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": "cors-anywhere",
"version": "0.4.1",
"version": "0.4.2",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <[email protected]>",
Expand Down

0 comments on commit a214003

Please sign in to comment.