Skip to content

Commit 5a1ee49

Browse files
chore(release): 0.0.8 [skip ci]
## [0.0.8](v0.0.7...v0.0.8) (2021-08-22) ### Bug Fixes * add final type for useSWR; change some types name; add type to isEnabled helper ([631a14d](631a14d))
1 parent 631a14d commit 5a1ee49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.0.8](https://github.com/cicerchie/svelte-swr/compare/v0.0.7...v0.0.8) (2021-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add final type for useSWR; change some types name; add type to isEnabled helper ([631a14d](https://github.com/cicerchie/svelte-swr/commit/631a14d92d2998dfa818cc1218b3f7f6983d5dc4))
7+
18
## [0.0.7](https://github.com/cicerchie/svelte-swr/compare/v0.0.6...v0.0.7) (2021-08-21)
29

310

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.7",
3+
"version": "0.0.8",
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)