Skip to content

Commit 28484bd

Browse files
committed
Updated plugin.xml and CHANGELOG.md for 1.4.4 release.
1 parent 6de38fe commit 28484bd

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.4.4 (2016-11-28)
2+
3+
Fixes:
4+
5+
- Assertion failed: Caret model is in its update process. All requests are illegal at this point. (#42)
6+
17
## 1.4.3 (2016-10-30)
28

39
Features:

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.4.3</version>
13+
<version>1.4.4</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.4.4: Fixes Assertion failed: Caret model is in its update process.</li>
3233
<li>1.4.3: GraphQL configuration page for indentation. Language Service 1.3.2: Object literal for variables in getFragment closes Relay.QL template expression.</li>
3334
<li>1.4.2: Language Service 1.3.1: Support __schema root in schema.json.</li>
3435
<li>1.4.1: Support for gql tagged templates used by Apollo and Lokka GraphQL Clients. Fixes false Error in Relay Mutation.</li>

0 commit comments

Comments
 (0)