From 3196a4d9d5705d4426c09cd877c72273fff1369b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Sep 2022 01:45:34 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/edumudu/swr-vue/compare/v1.7.3...v1.8.0) (2022-09-12) ### Bug Fixes * **mutate:** serialize key passed for global mutate function ([d00fd46](https://github.com/edumudu/swr-vue/commit/d00fd46aa324bca6bbf478b3d4e905a110d38369)) * skip dedup when call mutate ([7481166](https://github.com/edumudu/swr-vue/commit/74811667e5744a63edf46bf210c1f665bc81d883)) * **types:** fix mutate type to accepts raw values ([ef4610b](https://github.com/edumudu/swr-vue/commit/ef4610b7d3229f0966110caf18a9a88834b6fe4f)) ### Features * **check-types:** add isUndefined and isObject util functions ([3a1c52e](https://github.com/edumudu/swr-vue/commit/3a1c52ea430931f4ace6c257d3b3f2446f3201a1)) * **key:** change function to hash keys ([3ffabf5](https://github.com/edumudu/swr-vue/commit/3ffabf5f943f1439584bbf7d223b29969f77bfa0)) * **mutate:** allow revalidate composables via mutate function ([dcc177b](https://github.com/edumudu/swr-vue/commit/dcc177b0095d86392273135ac593b2525b1f1cc8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1309ba..8d10747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swr-vue", - "version": "1.7.3", + "version": "1.8.0", "author": "Eduardo Wesley ", "description": "Vue composables for Data fetching", "license": "MIT",