Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Sep 4, 2022
1 parent ce5ee63 commit 1c49ddc
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog



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

#### :memo: Documentation
* [#358](https://github.com/funkensturm/ember-local-storage/pull/358) Update demo app ([@fsmanuel](https://github.com/fsmanuel))

#### :house: Internal
* [#362](https://github.com/funkensturm/ember-local-storage/pull/362) Improve Linting ([@fsmanuel](https://github.com/fsmanuel))
* [#360](https://github.com/funkensturm/ember-local-storage/pull/360) Bump node version to 14 for CI ([@fsmanuel](https://github.com/fsmanuel))
* [#359](https://github.com/funkensturm/ember-local-storage/pull/359) Fix deprecation: `ember-data:deprecate-snapshot-model-class-access`. ([@wuron](https://github.com/wuron))
* [#357](https://github.com/funkensturm/ember-local-storage/pull/357) Update dependencies ([@fsmanuel](https://github.com/fsmanuel))
* [#356](https://github.com/funkensturm/ember-local-storage/pull/356) Drop ember-cli-release and ember-cli-github-pages ([@fsmanuel](https://github.com/fsmanuel))

#### Committers: 2
- Alexander Chepurnoy ([@wuron](https://github.com/wuron))
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))


## v2.0.3 (2022-08-27)

#### :memo: Documentation
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.3",
"version": "2.0.4",
"description": "The addon provides an ember-data adapter and a storageFor computed property that persists the changes to localStorage or sessionStorage.",
"keywords": [
"ember-addon",

0 comments on commit 1c49ddc

Please sign in to comment.