Skip to content

Commit

Permalink
v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Akolyte01 committed Jun 20, 2023
1 parent 2be1698 commit 84aa633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog #

## 1.0.16 (2023-6-20)

- fix: moduleResoltion: NoodeNext support
- feat: allow for custom storage types for persisted stores

## 1.0.15 (2023-2-27)

- *BREAKING CHANGE* fix: loadAll/reloadAll resolve with up-to-date store values
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@square/svelte-store",
"version": "1.0.15",
"version": "1.0.16",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 84aa633

Please sign in to comment.