Skip to content

Commit c8f4058

Browse files
committed
Updated changelog and bumped version to 1.3.3 for #18
1 parent dd537e6 commit c8f4058

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.3.3 (2016-08-17)
2+
3+
Changes:
4+
5+
- Closes #18 Fixes compatibility issue with IDEA 2016.2.2
6+
17
## 1.3.2 (2016-06-23)
28

39
Changes:

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.3.2</version>
13+
<version>1.3.3</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.3.3: Fixes compatibility issue with IDEA 2016.2.2</li>
3233
<li>1.3.2: Removes GraphQL schema from scratch file formats.</li>
3334
<li>1.3.1: Fixes compatibility issue with WebStorm 2016.2 EAP.</li>
3435
<li>1.3.0: Adds support for GraphQL Scratch Files. Query results are now formatted.</li>

0 commit comments

Comments
 (0)