Skip to content

Commit

Permalink
Release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Jul 20, 2023
1 parent 247061d commit 11e263b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@




## v6.0.3 (2023-07-20)

#### :bug: Bug Fix
* [#476](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/476) changedAttributes still return the dirty attributes until the record has been fully committed ([@VincentMolinie](https://github.com/VincentMolinie))

#### Committers: 1
- Vincent Molinié ([@VincentMolinie](https://github.com/VincentMolinie))

## v6.0.2 (2023-07-15)

#### :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-data-model-fragments",
"version": "6.0.2",
"version": "6.0.3",
"description": "Ember Data addon to support nested JSON documents",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 11e263b

Please sign in to comment.