Skip to content

Commit 42aaced

Browse files
chore(release): 0.0.9 [skip ci]
## [0.0.9](v0.0.8...v0.0.9) (2021-08-22) ### Bug Fixes * add Client and methods for Svelte Context; add onError handling in receiveFn() ([ee64b62](ee64b62))
1 parent ee64b62 commit 42aaced

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.9](https://github.com/cicerchie/svelte-swr/compare/v0.0.8...v0.0.9) (2021-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add Client and methods for Svelte Context; add onError handling in receiveFn() ([ee64b62](https://github.com/cicerchie/svelte-swr/commit/ee64b6230c535fdc318e40de8e9679b5b4ded481))
7+
18
## [0.0.8](https://github.com/cicerchie/svelte-swr/compare/v0.0.7...v0.0.8) (2021-08-22)
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.8",
3+
"version": "0.0.9",
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)