From 0efb84c8e686ce6329f063b38fd67cd21e8d4851 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 29 Mar 2019 14:57:34 -0400 Subject: [PATCH] PARSER@1.1.2 --- graphql_parser/CHANGELOG.md | 3 +++ graphql_parser/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/graphql_parser/CHANGELOG.md b/graphql_parser/CHANGELOG.md index 0ae035a0..69d7a621 100644 --- a/graphql_parser/CHANGELOG.md +++ b/graphql_parser/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1.2 +* Parse the `subscription` keyword. + # 1.1.1 * Pubspec updates for Dart 2. diff --git a/graphql_parser/pubspec.yaml b/graphql_parser/pubspec.yaml index 81d7e0d7..11956e6f 100644 --- a/graphql_parser/pubspec.yaml +++ b/graphql_parser/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql_parser -version: 1.1.1 -description: Parses GraphQL queries and schemas. +version: 1.1.2 +description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST. author: Tobe O homepage: https://github.com/angel-dart/graphql environment: