Skip to content

Commit

Permalink
chore(release): 0.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.6](v0.0.5...v0.0.6) (2021-08-21)

### Bug Fixes

* merge default options too ([8c9dfdc](8c9dfdc))
  • Loading branch information
semantic-release-bot committed Aug 21, 2021
1 parent 8c9dfdc commit e34d844
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.6](https://github.com/cicerchie/svelte-swr/compare/v0.0.5...v0.0.6) (2021-08-21)


### Bug Fixes

* merge default options too ([8c9dfdc](https://github.com/cicerchie/svelte-swr/commit/8c9dfdcb51459bbb977727839dcedd0338fc8467))

## [0.0.5](https://github.com/cicerchie/svelte-swr/compare/v0.0.4...v0.0.5) (2021-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e34d844

Please sign in to comment.