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 71631d1 commit 06dc039Copy full SHA for 06dc039
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.0.10](https://github.com/cicerchie/svelte-swr/compare/v0.0.9...v0.0.10) (2021-08-22)
2
+
3
4
+### Bug Fixes
5
6
+* update deps ([71631d1](https://github.com/cicerchie/svelte-swr/commit/71631d185bb921df6502375826ee26fd11e65aae))
7
8
## [0.0.9](https://github.com/cicerchie/svelte-swr/compare/v0.0.8...v0.0.9) (2021-08-22)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cicerchie/svelte-swr",
- "version": "0.0.9",
+ "version": "0.0.10",
"description": "A stale-while-revalidate data fetching library for Svelte.",
"author": "https://github.com/cicerchia",
"license": "MIT",
0 commit comments