Skip to content

Commit

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


### Bug Fixes

* remove newClient from useSWR: client already exists there ([b957c17](https://github.com/cicerchie/svelte-swr/commit/b957c176be5e54314e7ebb8efd327e37b5da505f))
* simplify defaultSWRParams ([b02eb7b](https://github.com/cicerchie/svelte-swr/commit/b02eb7bea85b606249f715879ef3a4492e49bff9))

## [0.0.10](https://github.com/cicerchie/svelte-swr/compare/v0.0.9...v0.0.10) (2021-08-22)


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

0 comments on commit 06442f6

Please sign in to comment.