-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated plugin.xml and CHANGELOG.md for 1.4.2 release.
(cherry picked from commit 7ec1738)
- Loading branch information
1 parent
90fc5e4
commit feef956
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<idea-plugin version="2"> | ||
<id>com.intellij.lang.jsgraphql</id> | ||
<name>JS GraphQL</name> | ||
<version>1.4.1.143-145</version> | ||
<version>1.4.2.143-145</version> | ||
<vendor>Jim Kynde Meyer - [email protected]</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -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.2: Removes GraphQL schema from scratch file formats.</li> | ||
|