Skip to content

Commit 1bc9ed3

Browse files
committed
bump minor version
1 parent 71f266f commit 1bc9ed3

File tree

7 files changed

+2598
-13
lines changed

7 files changed

+2598
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.2] - 2019-05-14
8+
9+
- Catching an exception on Send (HEAD) ([#534])
10+
711
## [2.0.0] - 2018-10-17
812

9-
- Removed eval to resolve CSP [#465]
13+
- Removed eval to resolve CSP ([#465])
1014

1115
## [2.0.0-rc.4] - 2018-10-17
1216

@@ -53,3 +57,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5357
[#469]: https://github.com/eligrey/FileSaver.js/issues/469
5458
[#470]: https://github.com/eligrey/FileSaver.js/issues/470
5559
[#491]: https://github.com/eligrey/FileSaver.js/issues/491
60+
[#534]: https://github.com/eligrey/FileSaver.js/issues/534

dist/FileSaver.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@
6969

7070
try {
7171
xhr.send();
72-
} catch (e) {
73-
return false;
74-
}
72+
} catch (e) {}
7573

7674
return xhr.status >= 200 && xhr.status <= 299;
7775
} // `a.click()` doesn't work for all browsers (#465)

dist/FileSaver.min.js

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

dist/FileSaver.min.js.map

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

0 commit comments

Comments
 (0)