Skip to content

Commit 447edc6

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.7.2 release.
1 parent 2224150 commit 447edc6

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.7.2 (2018-05-29)
2+
3+
Fixes:
4+
5+
- Restore whitespace tokens for top level fragment placeholders in Apollo to preserve them during format lines (#162)
6+
17
## 1.7.1 (2018-05-11)
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.7.1</version>
13+
<version>1.7.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.7.2: Restore whitespace tokens for top level fragment placeholders in Apollo to preserve them during format lines.</li>
3233
<li>1.7.1: Node 10 Buffer deprecation warning no longer read by plugin as an error in the language service. Two additional minor bug-fixes.</li>
3334
<li>1.7.0: Fixed editor background loading issue. Language Service 1.5.1: Support for strongly typed variable placeholders in GraphQL tagged templates. Support for declaring annotations in Endpoint language.</li>
3435
<li>1.6.3: 'Editor > Code Style' never loads In WebStorm 2017.3.</li>

0 commit comments

Comments
 (0)