Skip to content

Commit

Permalink
Release Ember Data 2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 21, 2017
1 parent 9ddac1a commit ae9544e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### Master

### Release 2.14.5 (July 20, 2017)

- [#5031](https://github.com/emberjs/data/pull/5031) Ensure `ember-data/-private` module is emitted properly for ember-cli < 2.12. (#5031)
- [#5079](https://github.com/emberjs/data/pull/5079) [BACKPORT 2 release] Release fix unload after destroy

### Release 2.14.4 (July 11, 2017)
- [#5048](https://github.com/emberjs/data/pull/5048) [BUGFIX release] createRecord should only setup relationships it has … (#5048)

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

0 comments on commit ae9544e

Please sign in to comment.