Skip to content

Commit 4f86bfc

Browse files
committed
Release 2.9.0
1 parent e2729cc commit 4f86bfc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.9.0] - 2021-02-24
6+
7+
### Added
8+
- GZip response handling (#427)
9+
10+
### Fixed
11+
- Startup exception caused by Relay detection (#431)
12+
- Search for configuration through the whole project root hierarchy (#423)
13+
514
## [2.8.0] - 2021-02-16
615

716
### Added

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.8.0
8+
pluginVersion = 2.9.0
99
pluginSinceBuild = 192.7142
1010
pluginUntilBuild = 212.*
1111

0 commit comments

Comments
 (0)