Skip to content

Commit

Permalink
chore(release): 0.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.12](v0.0.11...v0.0.12) (2021-08-22)

### Bug Fixes

* make data & error optional field; use context const in useSWR ([82f0e20](82f0e20))
* remove useless default option ([7f89188](7f89188))
  • Loading branch information
semantic-release-bot committed Aug 22, 2021
1 parent 14c0e34 commit 8cd55d0
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.12](https://github.com/cicerchie/svelte-swr/compare/v0.0.11...v0.0.12) (2021-08-22)


### Bug Fixes

* make data & error optional field; use context const in useSWR ([82f0e20](https://github.com/cicerchie/svelte-swr/commit/82f0e20ebe9d11fe97d9f21c54d8703222bc595d))
* remove useless default option ([7f89188](https://github.com/cicerchie/svelte-swr/commit/7f89188a82ab7b1c0a4890a65fdd4d25d68866e0))

## [0.0.11](https://github.com/cicerchie/svelte-swr/compare/v0.0.10...v0.0.11) (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.11",
"version": "0.0.12",
"description": "A stale-while-revalidate data fetching library for Svelte.",
"author": "https://github.com/cicerchia",
"license": "MIT",
Expand Down

0 comments on commit 8cd55d0

Please sign in to comment.