From 2ab96bad4e5172b0e099d2a5ad1a033a4da517f4 Mon Sep 17 00:00:00 2001 From: Corentin Ardeois Date: Mon, 25 Oct 2021 14:04:37 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab502c7..807b2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.8.5 (Mon Oct 25 2021) + +#### 🐛 Bug Fix + +- fix: don't recase `__typename` [#64](https://github.com/ardeois/graphql-codegen-typescript-mock-data/pull/64) ([@VilhelmNielsen](https://github.com/VilhelmNielsen) [@ardeois](https://github.com/ardeois)) + +#### Authors: 2 + +- Corentin Ardeois ([@ardeois](https://github.com/ardeois)) +- Sebastian Vilhelm Nielsen ([@VilhelmNielsen](https://github.com/VilhelmNielsen)) + +--- + # v1.8.4 (Mon Oct 25 2021) #### 🐛 Bug Fix