Skip to content

Commit e5ff7ef

Browse files
chore(release): 0.0.4 [skip ci]
## [0.0.4](v0.0.3...v0.0.4) (2021-08-21) ### Bug Fixes * add revalidating cond; add enabled option ([5133e15](5133e15)) * do not start with loading true: check if on revalidating ([bfb36fb](bfb36fb)) * increase global indicator on invoke ([9a7187c](9a7187c))
1 parent bfb36fb commit e5ff7ef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.4](https://github.com/cicerchie/svelte-swr/compare/v0.0.3...v0.0.4) (2021-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add revalidating cond; add enabled option ([5133e15](https://github.com/cicerchie/svelte-swr/commit/5133e15c5f6bacb22c8dd9abb8f2ab7c7d2a48fb))
7+
* do not start with loading true: check if on revalidating ([bfb36fb](https://github.com/cicerchie/svelte-swr/commit/bfb36fb22630928b4a343ef67c319a238df76842))
8+
* increase global indicator on invoke ([9a7187c](https://github.com/cicerchie/svelte-swr/commit/9a7187c036e52f8f61ad0cb91c7d3841e7043809))
9+
110
## [0.0.3](https://github.com/cicerchie/svelte-swr/compare/v0.0.2...v0.0.3) (2021-08-20)
211

312

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.3",
3+
"version": "0.0.4",
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)