From 3c5d7a85b0cd0532c52727144992a990698d8c17 Mon Sep 17 00:00:00 2001 From: yurk Date: Thu, 25 Jul 2024 13:09:52 +0300 Subject: [PATCH] chore: update changelog --- .changeset/chatty-mice-join.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/chatty-mice-join.md b/.changeset/chatty-mice-join.md index 1cb9be6693..167b763f2b 100644 --- a/.changeset/chatty-mice-join.md +++ b/.changeset/chatty-mice-join.md @@ -2,4 +2,4 @@ '@urql/vue': minor --- -Refactor composable functions with care of reactivity to fix possible memory leaks +Refactor composable functions with a focus on avoiding memory leaks and Vue best practices