From 31805826a7c80eb3a1fcdc4131e12028223a2e4d Mon Sep 17 00:00:00 2001 From: Arnaud Weyts Date: Thu, 9 Jan 2020 13:42:09 +0100 Subject: [PATCH] :memo: update changelog and bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",