diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ee5b4b..c610a4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 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. + ## 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. * [ENHANCEMENT] Moving blob-polyfill dependency from bower to npm. You can remove the bower dependency if its not needed by other code. Thanks to [@gmurphey](https://github.com/gmurphey) for the PR. diff --git a/package.json b/package.json index c16e2cf2..11b72b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-local-storage", - "version": "1.4.0", + "version": "1.4.1", "description": "The addon provides an ember-data adapter and a storageFor computed property that persists the changes to localStorage or sessionStorage.", "keywords": [ "ember-addon",