Skip to content

Commit 62d28db

Browse files
committed
Release 2.1.0
1 parent 3f5771b commit 62d28db

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1.0]
10+
911
### Added
1012

1113
- New storage `createChromeStorage` for Chrome Extension
@@ -114,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114116

115117
First version
116118

117-
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.0.0...HEAD
119+
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.1.0...HEAD
120+
[2.1.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.0.0...2.1.0
118121
[2.0.0]: https://github.com/MacFJA/svelte-persistent-store/compare/1.3.0...2.0.0
119122
[1.3.0]: https://github.com/MacFJA/svelte-persistent-store/compare/1.2.0...1.3.0
120123
[1.2.0]: https://github.com/MacFJA/svelte-persistent-store/compare/1.1.1...1.2.0

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.0.0",
3+
"version": "2.1.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)