Skip to content

Commit

Permalink
Release Ember Data 2.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 25, 2017
1 parent ffbcc42 commit ac644e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Ember Data Changelog

### Master

### Release 2.14.7 (July 25, 2017)

### Master
- [#5086](https://github.com/emberjs/data/pull/5086) {release} [BUGFIX release] handle dupe relationship entries
- [#5091](https://github.com/emberjs/data/pull/5091) {release} Bump `amd-name-resolver` version to enable parallel babel transpile
- [#5092](https://github.com/emberjs/data/pull/5092) [BUGFIX release] relationship [x, y] should not break on x.unloadRecord()

### Release 2.14.6 (July 25, 2017)

- [#5086](https://github.com/emberjs/data/pull/5086) {release} [BUGFIX release] handle dupe relationship entries
- [#5091](https://github.com/emberjs/data/pull/5091) {release} Bump `amd-name-resolver` version to enable parallel babel transpile
- [#5092](https://github.com/emberjs/data/pull/5092) [BUGFIX release] relationship [x, y] should not break on x.unloadRecord()

### Release 2.14.5 (July 20, 2017)

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",
"version": "2.14.6",
"version": "2.14.7",
"description": "A data layer for your Ember applications.",
"repository": "git://github.com/emberjs/data.git",
"directories": {
Expand Down

0 comments on commit ac644e7

Please sign in to comment.