Skip to content

Commit 06442f6

Browse files
chore(release): 0.0.11 [skip ci]
## [0.0.11](v0.0.10...v0.0.11) (2021-08-22) ### Bug Fixes * remove newClient from useSWR: client already exists there ([b957c17](b957c17)) * simplify defaultSWRParams ([b02eb7b](b02eb7b))
1 parent b957c17 commit 06442f6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.0.11](https://github.com/cicerchie/svelte-swr/compare/v0.0.10...v0.0.11) (2021-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* remove newClient from useSWR: client already exists there ([b957c17](https://github.com/cicerchie/svelte-swr/commit/b957c176be5e54314e7ebb8efd327e37b5da505f))
7+
* simplify defaultSWRParams ([b02eb7b](https://github.com/cicerchie/svelte-swr/commit/b02eb7bea85b606249f715879ef3a4492e49bff9))
8+
19
## [0.0.10](https://github.com/cicerchie/svelte-swr/compare/v0.0.9...v0.0.10) (2021-08-22)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cicerchie/svelte-swr",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "A stale-while-revalidate data fetching library for Svelte.",
55
"author": "https://github.com/cicerchia",
66
"license": "MIT",

0 commit comments

Comments
 (0)