Skip to content

Commit

Permalink
Release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Feb 6, 2024
1 parent c8f9856 commit 02112d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@



## v2.0.7 (2024-02-06)

#### :bug: Bug Fix
* [#377](https://github.com/funkensturm/ember-local-storage/pull/377) Ensure storage objects are destroyed on application teardown in tests ([@Mikek2252](https://github.com/Mikek2252))

#### Committers: 1
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))


## v2.0.6 (2023-07-30)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-local-storage",
"version": "2.0.6",
"version": "2.0.7",
"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 02112d1

Please sign in to comment.