Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lozjackson committed Oct 11, 2016
1 parent 2bc97dc commit cd4f18e
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
@@ -1,7 +1,12 @@
# Change Log

### v0.0.5 2016-10-11

* [#1](https://github.com/lozjackson/ember-auto-save/pull/1) Add `immediate` option to the `save()` method.




### v0.0.4 2016-08-15

* [BUGFIX] If the `model` has no `save` method, try `model.content`.
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-auto-save",
"version": "0.0.4",
"version": "0.0.5",
"description": "An Ember-cli addon that provides auto-save functionality for Ember applications.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit cd4f18e

Please sign in to comment.