Skip to content

Commit b2a2fb6

Browse files
committedDec 8, 2021
Changelog for 3.1.1
1 parent 844e32c commit b2a2fb6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Changelog
44

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+
516
## [3.1.0] - 2021-11-23
617

718
### Added

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.configureondemand=true
44
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
55

66
pluginGroup=com.intellij.lang.jsgraphql
7-
pluginVersion=3.1.0
7+
pluginVersion=3.1.1
88
pluginSinceBuild=211.0
99
pluginUntilBuild=213.*
1010

0 commit comments

Comments
 (0)
Please sign in to comment.