We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9dfdc commit e34d844Copy full SHA for e34d844
CHANGELOG.md
@@ -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
8
## [0.0.5](https://github.com/cicerchie/svelte-swr/compare/v0.0.4...v0.0.5) (2021-08-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cicerchie/svelte-swr",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "A stale-while-revalidate data fetching library for Svelte.",
"author": "https://github.com/cicerchia",
"license": "MIT",
0 commit comments