Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 26, 2018
1 parent d7916f1 commit 8580c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 4.1.0-beta (2018-12-02)
# 4.1.0 (2018-12-26)

* `.connect()` IP/DNS override option (Kornel)
* `.trustLocalhost()` option for allowing broken HTTPS on `localhost`
* `.abort()` used with promises rejects the promise.

# 4.0.0 (2018-11-17)
# 4.0.0 (2018-11-17)

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superagent",
"version": "4.1.0-beta.1",
"version": "4.1.0",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepare": "make all",
Expand Down

0 comments on commit 8580c4f

Please sign in to comment.