Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed May 14, 2023
1 parent cf889f0 commit 9b4c354
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@




## v2.0.5 (2023-05-14)

#### :bug: Bug Fix
* [#372](https://github.com/funkensturm/ember-local-storage/pull/372) Deprecate initializer ([@fsmanuel](https://github.com/fsmanuel))

#### :house: Internal
* [#373](https://github.com/funkensturm/ember-local-storage/pull/373) Update ember-cli to v4.4 ([@fsmanuel](https://github.com/fsmanuel))
* [#372](https://github.com/funkensturm/ember-local-storage/pull/372) Deprecate initializer ([@fsmanuel](https://github.com/fsmanuel))
* [#371](https://github.com/funkensturm/ember-local-storage/pull/371) Deprecate import-export mixin ([@fsmanuel](https://github.com/fsmanuel))
* [#369](https://github.com/funkensturm/ember-local-storage/pull/369) Don't patch Ember Data unless file export is needed ([@mwpastore](https://github.com/mwpastore))
* [#370](https://github.com/funkensturm/ember-local-storage/pull/370) Test coverage from 3.16 to 4.8 ([@fsmanuel](https://github.com/fsmanuel))
* [#363](https://github.com/funkensturm/ember-local-storage/pull/363) Change ember-data import to @ember-data ([@fsmanuel](https://github.com/fsmanuel))

#### Committers: 2
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))
- Mike Pastore ([@mwpastore](https://github.com/mwpastore))


## v2.0.4 (2022-09-04)

#### :memo: Documentation
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": "2.0.4",
"version": "2.0.5",
"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 9b4c354

Please # to comment.