Skip to content

Commit

Permalink
Updated changelog and bumped version to 1.3.3 for #18
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmeyer-els committed Aug 17, 2016
1 parent dd537e6 commit c8f4058
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<idea-plugin version="2">
<id>com.intellij.lang.jsgraphql</id>
<name>JS GraphQL</name>
<version>1.3.2</version>
<version>1.3.3</version>
<vendor>Jim Kynde Meyer - [email protected]</vendor>

<description><![CDATA[
Expand All @@ -29,6 +29,7 @@

<change-notes><![CDATA[
<ul>
<li>1.3.3: Fixes compatibility issue with IDEA 2016.2.2</li>
<li>1.3.2: Removes GraphQL schema from scratch file formats.</li>
<li>1.3.1: Fixes compatibility issue with WebStorm 2016.2 EAP.</li>
<li>1.3.0: Adds support for GraphQL Scratch Files. Query results are now formatted.</li>
Expand Down

0 comments on commit c8f4058

Please sign in to comment.