Skip to content

Commit e34d844

Browse files
chore(release): 0.0.6 [skip ci]
## [0.0.6](v0.0.5...v0.0.6) (2021-08-21) ### Bug Fixes * merge default options too ([8c9dfdc](8c9dfdc))
1 parent 8c9dfdc commit e34d844

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.6](https://github.com/cicerchie/svelte-swr/compare/v0.0.5...v0.0.6) (2021-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* merge default options too ([8c9dfdc](https://github.com/cicerchie/svelte-swr/commit/8c9dfdcb51459bbb977727839dcedd0338fc8467))
7+
18
## [0.0.5](https://github.com/cicerchie/svelte-swr/compare/v0.0.4...v0.0.5) (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.5",
3+
"version": "0.0.6",
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)