Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jun 20, 2017
1 parent 8594f02 commit f3947f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Fix: Correctly handle server not returning `content-length` header
* Comments typo

## Next
## 1.2.0

* Fix: Do not ignore `options.length`
* Fix: Handle case when got stream emits end before transform stream processes last data
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": "got-resume",
"version": "1.1.1",
"version": "1.2.0",
"description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures",
"main": "./lib/",
"author": {
Expand Down

0 comments on commit f3947f0

Please sign in to comment.