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 672bf85 commit 9306d67Copy full SHA for 9306d67
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.0.7](https://github.com/cicerchie/svelte-swr/compare/v0.0.6...v0.0.7) (2021-08-21)
2
+
3
4
+### Bug Fixes
5
6
+* rename newSWR to useSWR ([672bf85](https://github.com/cicerchie/svelte-swr/commit/672bf85ac145364b6d5d1280eed791dba8191a17))
7
8
## [0.0.6](https://github.com/cicerchie/svelte-swr/compare/v0.0.5...v0.0.6) (2021-08-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cicerchie/svelte-swr",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "A stale-while-revalidate data fetching library for Svelte.",
"author": "https://github.com/cicerchia",
"license": "MIT",
0 commit comments