Skip to content

Commit

Permalink
Release 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Nov 10, 2023
1 parent afd70da commit 335966d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@




## v8.3.1 (2023-11-10)

#### :bug: Bug Fix
* [#1016](https://github.com/adopted-ember-addons/ember-file-upload/pull/1016) Upload progress incorrect in Google Chrome ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#1017](https://github.com/adopted-ember-addons/ember-file-upload/pull/1017) Replay progress events in unit tests ([@gilest](https://github.com/gilest))

#### Committers: 2
- Giles Thompson ([@gilest](https://github.com/gilest))
- [@mkszepp](https://github.com/mkszepp)

## v8.3.0 (2023-11-02)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-file-upload",
"version": "8.3.0",
"version": "8.3.1",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 335966d

Please sign in to comment.