Skip to content

Commit

Permalink
Release 6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Feb 13, 2024
1 parent ce9d483 commit d39e94c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@




## v6.0.7 (2024-02-13)

#### :bug: Bug Fix
* [#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))

#### :house: Internal
* [#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))
* [#485](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/485) use explicit error responses in tests ([@dwickern](https://github.com/dwickern))

#### Committers: 1
- Derek Wickern ([@dwickern](https://github.com/dwickern))

## v6.0.6 (2023-12-13)

## v6.0.5 (2023-09-30)
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.6",
"version": "6.0.7",
"description": "Ember Data addon to support nested JSON documents",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d39e94c

Please sign in to comment.