Skip to content

Commit 253659a

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.5.2 release.
1 parent 1c28061 commit 253659a

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.5.2 (2017-03-16)
2+
3+
Fixes:
4+
5+
- Pass "variables" in payload to GraphQL server as JSON. (#64)
6+
17
## 1.5.1 (2017-02-12)
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.5.1</version>
13+
<version>1.5.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.5.2: Pass "variables" in payload to GraphQL server as JSON.</li>
3233
<li>1.5.1: Compatible with IntelliJ IDEA 2017.1 EAP tagged template expressions.</li>
3334
<li>1.5.0: Language Service 1.4.0 based on graphql 0.9.1 and codemirror-graphql 0.6.2. Experimental support for GraphQL Endpoint Language (.graphqle)</li>
3435
<li>1.4.4: Fixes Assertion failed: Caret model is in its update process.</li>

0 commit comments

Comments
 (0)