diff --git a/CHANGELOG.md b/CHANGELOG.md index 7808e6a..20fa1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.0-rc6] - 2020-01-09 + +### 🐛 Fixed + +* 🐛 Fix fetch call being overwritten when 2 identical queries get registered https://github.com/teamleadercrm/react-hooks-api/pull/180 + ## [0.1.0-rc5] - 2020-01-07 ### 🐛 Fixed diff --git a/package.json b/package.json index f4f8770..6e415cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teamleader/react-hooks-api", - "version": "0.1.0-rc5", + "version": "0.1.0-rc6", "description": "React hooks for the Teamleader API", "main": "./lib/bundle.cjs.js", "module": "./lib/bundle.esm.js",