Skip to content

Commit 2417348

Browse files
committed
Release 6.0.5
1 parent 7948f16 commit 2417348

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313

1414

1515

16+
17+
## v6.0.5 (2023-09-30)
18+
19+
#### :bug: Bug Fix
20+
* [#480](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/480) fix(changedAttributes): initial value of property which are supposed to be null return a value when the record is in flight ([@VincentMolinie](https://github.com/VincentMolinie))
21+
22+
#### Committers: 1
23+
- Vincent Molinié ([@VincentMolinie](https://github.com/VincentMolinie))
24+
1625
## v6.0.4 (2023-09-01)
1726

1827
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-data-model-fragments",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Ember Data addon to support nested JSON documents",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)