Skip to content

Commit cd88f35

Browse files
committed
Release 2.4.0
1 parent bf29eb3 commit cd88f35

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.4.0]
10+
911
### Added
1012

1113
- Cookie options ([Issue#52])
@@ -185,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185187

186188
First version
187189

188-
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.2...HEAD
190+
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.4.0...HEAD
191+
[2.4.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.2...2.4.0
189192
[2.3.2]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.1...2.3.2
190193
[2.3.1]: https://github.com/MacFJA/svelte-persistent-store/compare/2.3.0...2.3.1
191194
[2.3.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.1...2.3.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.3.2",
3+
"version": "2.4.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)