Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Aug 1, 2020
1 parent 0ab4bc5 commit 9fe8cab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v3.0.5 (2020-08-01)

#### :bug: Bug Fix
* [#378](https://github.com/adopted-ember-addons/ember-file-upload/pull/378) remove mirage FormData shim to fix fastboot error ([@gibso](https://github.com/gibso))

#### :memo: Documentation
* [#360](https://github.com/adopted-ember-addons/ember-file-upload/pull/360) docs: update selectFiles code samples ([@newyork-anthonyng](https://github.com/newyork-anthonyng))

#### :house: Internal
* [#353](https://github.com/adopted-ember-addons/ember-file-upload/pull/353) test for CSP compliance ([@jelhan](https://github.com/jelhan))
* [#381](https://github.com/adopted-ember-addons/ember-file-upload/pull/381) generate code coverage report only once per CI run ([@jelhan](https://github.com/jelhan))
* [#380](https://github.com/adopted-ember-addons/ember-file-upload/pull/380) floating dependency scenario must ignore lockfile ([@jelhan](https://github.com/jelhan))

#### Committers: 3
- Anthony Ng ([@newyork-anthonyng](https://github.com/newyork-anthonyng))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Oliver Görtz ([@gibso](https://github.com/gibso))

## v3.0.4 (2020-05-06)

#### :bug: Bug Fix
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": "ember-file-upload",
"version": "3.0.4",
"version": "3.0.5",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 9fe8cab

Please sign in to comment.