Skip to content

Commit aca141d

Browse files
committed
Release 2.7.1
1 parent 4efc331 commit aca141d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## [2.7.1] - 2021-01-15
6+
7+
### Fixed
8+
- Compatibility with 2021.1
9+
- Possible cause of the broken auto-complete
10+
- Fixed semantic highlighting when errors are in the same range (#383)
11+
512
## [2.7.0] - 2020-11-25
613

714
### 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.0
8+
pluginVersion = 2.7.1
99
pluginSinceBuild = 192.7142
1010
pluginUntilBuild = 211.*
1111

0 commit comments

Comments
 (0)