Skip to content

Commit 77410eb

Browse files
committed
Release 2.7.0
1 parent 4cee30f commit 77410eb

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
# Changelog
44

5+
## [2.7.0] - 2020-11-25
6+
7+
### Fixed
8+
- Compatibility with 2020.3
9+
- Exception when using default parameter values (#412)
10+
11+
### Added
12+
- @required, @inline and @preloadable directives for Relay
13+
- Support for .gql file types
514

615
## [2.6.0] - 2020-09-03
716

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ intellij {
5555
}
5656
}
5757

58+
runPluginVerifier {
59+
ideVersions = ['IU-2019.2.4', 'IU-2019.3.4', 'IU-2020.2.4']
60+
}
61+
5862
runIde {
5963
jvmArgs '-Xmx2G'
6064
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
55

66
pluginGroup = com.intellij.lang.jsgraphql
77
pluginName = JS GraphQL
8-
pluginVersion = 2.6.0
8+
pluginVersion = 2.7.0
99
pluginSinceBuild = 192.7142
1010
pluginUntilBuild = 203.*
1111

0 commit comments

Comments
 (0)