Skip to content

Commit

Permalink
chore(release): 0.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 22, 2021
1 parent 631a14d commit 5a1ee49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.8](https://github.com/cicerchie/svelte-swr/compare/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](https://github.com/cicerchie/svelte-swr/commit/631a14d92d2998dfa818cc1218b3f7f6983d5dc4))

## [0.0.7](https://github.com/cicerchie/svelte-swr/compare/v0.0.6...v0.0.7) (2021-08-21)


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": "@cicerchie/svelte-swr",
"version": "0.0.7",
"version": "0.0.8",
"description": "A stale-while-revalidate data fetching library for Svelte.",
"author": "https://github.com/cicerchia",
"license": "MIT",
Expand Down

0 comments on commit 5a1ee49

Please sign in to comment.