We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd00043 commit 89718b7Copy full SHA for 89718b7
2 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+## v0.2.1
5
+
6
+### Pull Requests
7
8
+- [#4](https://github.com/offirgolan/ember-data-copyable/pull/4) [BUGFIX]: Fixing 'options' shadowing *by [Alex Alvarez](https://github.com/alexander-alvarez)*
9
10
## v0.2.0
11
12
### Pull Requests
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-data-copyable",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Intelligently copy an Ember Data model and all of its relationships",
"keywords": [
"ember-addon",
0 commit comments