From c01d7f28d5579b714e89cc5da009fb433da12ea3 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Tue, 14 Apr 2020 16:17:40 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ plugins/first-time-contributor/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d896585..ff175d944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.27.1 (Tue Apr 14 2020) + +#### 🐛 Bug Fix + +- `@auto-it/first-time-contributor` + - first-time-contributor: cache results of graphql queries [#1149](https://github.com/intuit/auto/pull/1149) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.27.0 (Tue Apr 14 2020) #### 🚀 Enhancement diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index 0f6d2bd36..c29118c3c 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.27.1 (Tue Apr 14 2020) + +#### 🐛 Bug Fix + +- first-time-contributor: cache results of graphql queries [#1149](https://github.com/intuit/auto/pull/1149) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- cache results of graphql queries ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.26.6 (Tue Apr 07 2020) #### 🐛 Bug Fix