From 50d00a4567fb82c1f3d2f826889045ffae94482d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2019 23:59:19 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] # [1.13.0](https://github.com/braposo/figma-graphql/compare/v1.12.2...v1.13.0) (2019-09-10) ### Bug Fixes * fix issues with failing tests ([d9bd2f8](https://github.com/braposo/figma-graphql/commit/d9bd2f8)) ### Features * add caching support to figma requests ([4f66e57](https://github.com/braposo/figma-graphql/commit/4f66e57)) * add noCache option to cacheable queries ([247b303](https://github.com/braposo/figma-graphql/commit/247b303)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0308bc2..23ebd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.13.0](https://github.com/braposo/figma-graphql/compare/v1.12.2...v1.13.0) (2019-09-10) + + +### Bug Fixes + +* fix issues with failing tests ([d9bd2f8](https://github.com/braposo/figma-graphql/commit/d9bd2f8)) + + +### Features + +* add caching support to figma requests ([4f66e57](https://github.com/braposo/figma-graphql/commit/4f66e57)) +* add noCache option to cacheable queries ([247b303](https://github.com/braposo/figma-graphql/commit/247b303)) + ## [1.12.2](https://github.com/braposo/figma-graphql/compare/v1.12.1...v1.12.2) (2019-07-05)