Skip to content

Commit bfa52e0

Browse files
committed
chore: min
1 parent b4388b9 commit bfa52e0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased][6]
3+
## [1.5.0][6] - 2018-09-20
44

55
### Fixed
66
* IE10+ support in the context of a web worker
@@ -63,4 +63,4 @@
6363

6464
[1]: https://github.com/Mouvedia/cb-fetch/compare/b15a26f...d5c09ea
6565
[5]: https://github.com/Mouvedia/cb-fetch/compare/d5c09ea...1.0.0?w=true
66-
[6]: https://github.com/Mouvedia/cb-fetch/compare/1.0.0...HEAD
66+
[6]: https://github.com/Mouvedia/cb-fetch/releases/tag/1.5.0

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
response && response.size ||
279279
+getExposedHeader('content-length');
280280

281-
if (typeof e.loaded != 'number' || e.loaded === loaded || length <= loaded)
281+
if (typeof e.loaded != 'number' || length <= loaded)
282282
return;
283283

284284
hooks.download({

index.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"json3": "latest"
2222
},
2323
"license": "MIT",
24-
"bugs": "https://github.com/Mouvedia/cb-fetch/issues"
24+
"bugs": "https://github.com/Mouvedia/cb-fetch/issues",
25+
"unpkg": "index.min.js"
2526
}

0 commit comments

Comments
 (0)