Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFJA committed Oct 11, 2022
1 parent 9b76ffb commit 584b57b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.1]

### Fixed

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

First version

[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.0...HEAD
[Unreleased]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.1...HEAD
[2.2.1]: https://github.com/MacFJA/svelte-persistent-store/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/MacFJA/svelte-persistent-store/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/MacFJA/svelte-persistent-store/compare/1.3.0...2.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macfja/svelte-persistent-store",
"version": "2.2.0",
"version": "2.2.1",
"description": "A Svelte store that keep its value through pages and reloads",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 584b57b

Please sign in to comment.