Skip to content

Commit

Permalink
Release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Nov 2, 2023
1 parent ecd82db commit 6b783d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ember-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@




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

#### :rocket: Enhancement
* [#1009](https://github.com/adopted-ember-addons/ember-file-upload/pull/1009) Ensure type imports and exports are explicit ([@gilest](https://github.com/gilest))

#### :bug: Bug Fix
* [#1007](https://github.com/adopted-ember-addons/ember-file-upload/pull/1007) Incorrect file loaded reporting ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#1012](https://github.com/adopted-ember-addons/ember-file-upload/pull/1012) Fix typo parth -> path ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 3
- Giles Thompson ([@gilest](https://github.com/gilest))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
- [@mkszepp](https://github.com/mkszepp)

## v8.2.1 (2023-10-23)

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

0 comments on commit 6b783d5

Please sign in to comment.