We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0392fe + cb9142b commit 522f532Copy full SHA for 522f532
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## 1.0.1 2017-11-18
9
+
10
+* Updated `bestbuy` package to improve stability when downloading large streams.
11
12
## 1.0.1 2017-09-26
13
14
* Avoid throwing errors to make error messages friendlier
package.json
@@ -8,7 +8,7 @@
},
"dependencies": {
"JSONStream": "^1.3.1",
- "bestbuy": "^2.0.1",
+ "bestbuy": "^2.1.1",
"cliclopts": "^1.1.1",
"fast-csv": "^2.4.0",
"log-update": "^2.1.0",
0 commit comments