diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cba9ee..183ec822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.3 (2016-08-17) + +Changes: + +- Closes #18 Fixes compatibility issue with IDEA 2016.2.2 + ## 1.3.2 (2016-06-23) Changes: diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 250a0692..8e3de28a 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -10,7 +10,7 @@ com.intellij.lang.jsgraphql JS GraphQL - 1.3.2 + 1.3.3 Jim Kynde Meyer - jimkyndemeyer@gmail.com +
  • 1.3.3: Fixes compatibility issue with IDEA 2016.2.2
  • 1.3.2: Removes GraphQL schema from scratch file formats.
  • 1.3.1: Fixes compatibility issue with WebStorm 2016.2 EAP.
  • 1.3.0: Adds support for GraphQL Scratch Files. Query results are now formatted.