From 19f454bd86cd5448c7ad2549e980868cf9c6954a Mon Sep 17 00:00:00 2001 From: Luke Morales Date: Fri, 16 Sep 2022 00:07:18 -0300 Subject: [PATCH] chore: bump package version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b99644..66ceca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @lukemorales/query-key-factory +## 0.6.1 + +### Patch Changes + +- Fix query key breaking devtools because of Proxy + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index e9a94a9..120d4a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukemorales/query-key-factory", - "version": "0.6.0", + "version": "0.6.1", "repository": { "type": "git", "url": "https://github.com/lukemorales/query-key-factory.git"