Skip to content

Commit c5201c5

Browse files
committed
Release 2.3.0
1 parent 0295953 commit c5201c5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.3.0]
10+
911
### Fixed
1012

1113
- Fix error with sandboxed storage (`localStorage` + `sessionStorage`) ([Issue#41])

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macfja/svelte-persistent-store",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "A Svelte store that keep its value through pages and reloads",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)