From df999bcf8d6af79379db06addbc6a32b470e349a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 May 2019 23:36:49 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/braposo/figma-graphql/compare/v1.9.0...v1.10.0) (2019-05-26) ### Bug Fixes * comments not getting correct fileId ([60b7458](https://github.com/braposo/figma-graphql/commit/60b7458)) ### Features * stitch teams, projects and files together ([17687bc](https://github.com/braposo/figma-graphql/commit/17687bc)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c37369..0b15e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.10.0](https://github.com/braposo/figma-graphql/compare/v1.9.0...v1.10.0) (2019-05-26) + + +### Bug Fixes + +* comments not getting correct fileId ([60b7458](https://github.com/braposo/figma-graphql/commit/60b7458)) + + +### Features + +* stitch teams, projects and files together ([17687bc](https://github.com/braposo/figma-graphql/commit/17687bc)) + # [1.9.0](https://github.com/braposo/figma-graphql/compare/v1.8.0...v1.9.0) (2019-05-26)