Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Jul 30, 2023
1 parent bb677f4 commit 3248c5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@




## v2.0.6 (2023-07-30)

#### :bug: Bug Fix
* [#375](https://github.com/funkensturm/ember-local-storage/pull/375) Ember v5 drops `@ember/polyfills`. Remove non-existent keys polyfill ([@stevensona](https://github.com/stevensona))

#### Committers: 1
- Adam Stevenson ([@stevensona](https://github.com/stevensona))


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

#### :bug: Bug Fix
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.5",
"version": "2.0.6",
"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 3248c5d

Please sign in to comment.