We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4bf10 commit b37f412Copy full SHA for b37f412
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
# Changelog
4
5
+## [2.8.0] - 2021-02-16
6
+
7
+### Added
8
+- Loading env variables from .env file (#426)
9
10
+### Fixed
11
+- Executing a single selected query (#418)
12
13
## [2.7.1] - 2021-01-15
14
15
### Fixed
gradle.properties
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
pluginGroup = com.intellij.lang.jsgraphql
pluginName = JS GraphQL
-pluginVersion = 2.7.1
+pluginVersion = 2.8.0
pluginSinceBuild = 192.7142
pluginUntilBuild = 211.*
0 commit comments