Skip to content

Commit ac938f4

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.6.2 release.
1 parent bd7409e commit ac938f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.6.2 (2017-11-28)
2+
3+
Fixes:
4+
5+
- Resolve fragment references under progress in annotator to ensure WebStorm 2017.3 compatibility (#115)
6+
17
## 1.6.1 (2017-10-04)
28

39
Fixes:

resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<idea-plugin version="2">
1111
<id>com.intellij.lang.jsgraphql</id>
1212
<name>JS GraphQL</name>
13-
<version>1.6.1</version>
13+
<version>1.6.2</version>
1414
<vendor>Jim Kynde Meyer - [email protected]</vendor>
1515

1616
<description><![CDATA[
@@ -29,6 +29,7 @@
2929

3030
<change-notes><![CDATA[
3131
<ul>
32+
<li>1.6.2: Resolve fragment references under progress in annotator to ensure WebStorm 2017.3 compatibility.</li>
3233
<li>1.6.1: 2017.3 compatibility.</li>
3334
<li>1.6.0: Support for Relay Modern fragments. Language Service 1.5.0: Support for loading the schema from .graphql file (Relay Modern projects).</li>
3435
<li>1.5.4: Only show the error console automatically on the first error in the project. Fixes Int variables being sent as floats. Fixes auto-import is not placed on a new line in JS files with GraphQL templates.</li>

0 commit comments

Comments
 (0)