Skip to content

Commit

Permalink
Release Ember Data 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmac committed Nov 25, 2015
1 parent a3a1f15 commit 3ca9e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Master

### Release 2.2.1 (November 25, 2015)
- [#3866](https://github.com/emberjs/data/pull/3866) Allow store.push to accept { data: null }

### Release 2.2.0 (November 17, 2015)
- [#3937](https://github.com/emberjs/data/pull/3937) [BUGFIX beta] Warn instead of asserting when a mapped key doesn't mat…
- [#3868](https://github.com/emberjs/data/pull/3868) Reset changed attributes when matching data is pushed
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.2.0",
"version": "2.2.1",
"namespace": "DS",
"repository": "git://github.com/emberjs/data.git",
"license": "MIT",
Expand Down

0 comments on commit 3ca9e00

Please sign in to comment.