Skip to content

Commit

Permalink
Updated plugin.xml and CHANGELOG.md for 1.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkyndemeyer committed Sep 25, 2016
1 parent 27a996a commit 7ec1738
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.4.2 (2016-09-25)

Features:

- Language Service 1.3.1: Support __schema root in schema.json (compatible with graphene)

Changes:

- Fixes formatting exception when using ".if" live template in JSFile with injected GraphQL (#26)

## 1.4.1 (2016-09-11)

Features:
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.4.1</version>
<version>1.4.2</version>
<vendor>Jim Kynde Meyer - [email protected]</vendor>

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

<change-notes><![CDATA[
<ul>
<li>1.4.2: Language Service 1.3.1: Support __schema root in schema.json.</li>
<li>1.4.1: Support for gql tagged templates used by Apollo and Lokka GraphQL Clients. Fixes false Error in Relay Mutation.</li>
<li>1.4.0: Language Service 1.2.0 based on graphql 0.7.0 and codemirror-graphql 0.5.4. Basic editor support for GraphQL Schema (.graphqls)</li>
<li>1.3.3: Fixes compatibility issue with IDEA 2016.2.2</li>
Expand Down

0 comments on commit 7ec1738

Please sign in to comment.