1.1.4 hotfix

This commit is contained in:
Tobe O 2019-09-02 13:14:24 -04:00
parent 6fc6d1453e
commit b323ecc3b4
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 1.1.4
* Fix broken int variable parsing - https://github.com/angel-dart/graphql/pull/32
# 1.1.3
* Add `Parser.nextName`, and remove all formerly-reserved words from the lexer.
Resolves [#19](https://github.com/angel-dart/graphql/issues/19).

View file

@ -1,5 +1,5 @@
name: graphql_parser
version: 1.1.3
version: 1.1.4
description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/graphql