We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844e32c commit b2a2fb6Copy full SHA for b2a2fb6
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
# Changelog
4
5
+## [3.1.1] - 2021-12-08
6
+
7
+### Fixed
8
9
+- java.lang.Throwable: Read access is allowed from inside read-action (or EDT) only.
10
11
+### Changed
12
13
+- Replaced GitHub error reporter with Sentry.
14
+- To download or update the plugin, an IDE reload is now required.
15
16
## [3.1.0] - 2021-11-23
17
18
### Added
gradle.properties
@@ -4,7 +4,7 @@ org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
pluginGroup=com.intellij.lang.jsgraphql
-pluginVersion=3.1.0
+pluginVersion=3.1.1
pluginSinceBuild=211.0
pluginUntilBuild=213.*
0 commit comments