bump minor version

This commit is contained in:
Jimmy Wärting
2019-05-14 10:00:17 +02:00
parent 71f266f93e
commit 1bc9ed39c4
7 changed files with 2598 additions and 13 deletions
+6 -1
View File
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.2] - 2019-05-14
- Catching an exception on Send (HEAD) ([#534])
## [2.0.0] - 2018-10-17
- Removed eval to resolve CSP [#465]
- Removed eval to resolve CSP ([#465])
## [2.0.0-rc.4] - 2018-10-17
@@ -53,3 +57,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#469]: https://github.com/eligrey/FileSaver.js/issues/469
[#470]: https://github.com/eligrey/FileSaver.js/issues/470
[#491]: https://github.com/eligrey/FileSaver.js/issues/491
[#534]: https://github.com/eligrey/FileSaver.js/issues/534