Skip to content

Commit 9306d67

Browse files
chore(release): 0.0.7 [skip ci]
## [0.0.7](v0.0.6...v0.0.7) (2021-08-21) ### Bug Fixes * rename newSWR to useSWR ([672bf85](672bf85))
1 parent 672bf85 commit 9306d67

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.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+
18
## [0.0.6](https://github.com/cicerchie/svelte-swr/compare/v0.0.5...v0.0.6) (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.6",
3+
"version": "0.0.7",
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)