Skip to content

Commit d39e94c

Browse files
committed
Release 6.0.7
1 parent ce9d483 commit d39e94c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414

1515

1616

17+
18+
## v6.0.7 (2024-02-13)
19+
20+
#### :bug: Bug Fix
21+
* [#483](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/483) Closes [#316](https://github.com/adopted-ember-addons/ember-data-model-fragments/issues/316) polymorphic create fragment ([@dwickern](https://github.com/dwickern))
22+
23+
#### :house: Internal
24+
* [#484](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/484) allow test failures for Ember 4.8 ([@dwickern](https://github.com/dwickern))
25+
* [#485](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/485) use explicit error responses in tests ([@dwickern](https://github.com/dwickern))
26+
27+
#### Committers: 1
28+
- Derek Wickern ([@dwickern](https://github.com/dwickern))
29+
1730
## v6.0.6 (2023-12-13)
1831

1932
## v6.0.5 (2023-09-30)

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.6",
3+
"version": "6.0.7",
44
"description": "Ember Data addon to support nested JSON documents",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)