Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Aug 27, 2022
1 parent 422dc6e commit 5d2d899
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog


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

#### :memo: Documentation
* [#352](https://github.com/funkensturm/ember-local-storage/pull/352) Fix `LinkTo`'s ([@charlesfries](https://github.com/charlesfries))

#### :house: Internal
* [#355](https://github.com/funkensturm/ember-local-storage/pull/355) Add release-it and release-it-lerna-changelog ([@fsmanuel](https://github.com/fsmanuel))
* [#354](https://github.com/funkensturm/ember-local-storage/pull/354) Replace http with https ([@fsmanuel](https://github.com/fsmanuel))
* [#351](https://github.com/funkensturm/ember-local-storage/pull/351) Remove bower ([@charlesfries](https://github.com/charlesfries))
* [#353](https://github.com/funkensturm/ember-local-storage/pull/353) Update codeql-analysis.yml ([@fsmanuel](https://github.com/fsmanuel))

#### Committers: 2
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))

## 2.0.2
* [FIX] Remove `assign` usage to silence deprecation warning [#347](https://github.com/funkensturm/ember-local-storage/pull/347). Thanks to [@charlesfries](https://github.com/charlesfries) for the PR.
* [FIX] Fix regex in ember data version check in serializer [#348](https://github.com/funkensturm/ember-local-storage/pull/348). Thanks to [@wozny1989](https://github.com/wozny1989) for the PR.
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.2",
"version": "2.0.3",
"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 5d2d899

Please sign in to comment.