Skip to content

Commit

Permalink
Release 5.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Jan 26, 2022
1 parent 4714e79 commit 3e39dc7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@


## v5.0.0-beta.3 (2022-01-26)

#### :bug: Bug Fix
* [#676](https://github.com/adopted-ember-addons/ember-file-upload/pull/676) Avoid mutating upload options ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#660](https://github.com/adopted-ember-addons/ember-file-upload/pull/660) Add type definitions from `@ember/destroyable` ([@gilest](https://github.com/gilest))
* [#655](https://github.com/adopted-ember-addons/ember-file-upload/pull/655) Use guidFor in place of uuid ([@gilest](https://github.com/gilest))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Giles Thompson ([@gilest](https://github.com/gilest))

## v5.0.0-beta.2 (2022-01-19)

#### :boom: Breaking Change
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": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "An uploader component for Ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 3e39dc7

Please sign in to comment.