Skip to content

Commit b37f412

Browse files
committed
Release 2.8.0
1 parent 7d4bf10 commit b37f412

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

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+
513
## [2.7.1] - 2021-01-15
614

715
### Fixed

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.7.1
8+
pluginVersion = 2.8.0
99
pluginSinceBuild = 192.7142
1010
pluginUntilBuild = 211.*
1111

0 commit comments

Comments
 (0)