Skip to content

Commit

Permalink
Released v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Aug 20, 2018
1 parent 1d09f17 commit 55a6e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## 1.4.2
* [FIX] Remove copy deprecation warnings. Thanks to [@selvaa89](https://github.com/selvaa89) for the PR.
* [FIX] Fix broken `autoSave` option for ember-data versions > 3.0.X.

## 1.4.1
* [FIX] Remove singularize + pluralize deprecation warnings. Thanks to [@eharrow](https://github.com/eharrow) and [@CvX](https://github.com/CvX) for the PRs.
* [FIX] Remove singularize + pluralize deprecation warnings. Thanks to [@eharrow](https://github.com/eharrow) and [@CvX](https://github.com/CvX) for the PRs.

## 1.4.0
* [FIX] Namespaces storage based on type key if `storageFor`s `model` option is used. Thanks to [@offirgolan](https://github.com/offirgolan) for the PR.
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-local-storage",
"version": "1.4.1",
"version": "1.4.2",
"description": "The addon provides an ember-data adapter and a storageFor computed property that persists the changes to localStorage or sessionStorage.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 55a6e88

Please sign in to comment.