Skip to content

Commit 584b57b

Browse files
committed
Release 2.2.1
1 parent 9b76ffb commit 584b57b

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.2.1]
10+
911
### Fixed
1012

1113
- Fix class definition type not wide enough ([Issue#32])
@@ -145,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145147

146148
First version
147149

148-
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.0...HEAD
150+
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.1...HEAD
151+
[2.2.1]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.0...2.2.1
149152
[2.2.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.1.0...2.2.0
150153
[2.1.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.0.0...2.1.0
151154
[2.0.0]: https://github.com/MacFJA/svelte-persistent-store/compare/1.3.0...2.0.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.2.0",
3+
"version": "2.2.1",
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)