Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.3...v1.8.0) (2022-09-12)

### Bug Fixes

* **mutate:** serialize key passed for global mutate function ([d00fd46](d00fd46))
* skip dedup when call mutate ([7481166](7481166))
* **types:** fix mutate type to accepts raw values ([ef4610b](ef4610b))

### Features

* **check-types:** add isUndefined and isObject util functions ([3a1c52e](3a1c52e))
* **key:** change function to hash keys ([3ffabf5](3ffabf5))
* **mutate:** allow revalidate composables via mutate function ([dcc177b](dcc177b))
  • Loading branch information
semantic-release-bot committed Sep 12, 2022
1 parent d0ef635 commit 3196a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swr-vue",
"version": "1.7.3",
"version": "1.8.0",
"author": "Eduardo Wesley <eduardomudutiu@gmail.com>",
"description": "Vue composables for Data fetching",
"license": "MIT",
Expand Down

0 comments on commit 3196a4d

Please sign in to comment.