Skip to content

Commit f25549a

Browse files
committed
CHANGELOG.md
1 parent 28602e8 commit f25549a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# Changelog
44

5+
## [3.2.0] - 2022-07-19
6+
7+
### Added
8+
9+
- Support for built-in HTTP proxy settings.
10+
- Reading global environment variables in GraphQL config files.
11+
12+
### Fixed
13+
14+
- Highlighting for keywords used as field names.
15+
- Parsing a `repeatable` keyword as an identifier.
16+
- Compatibility with 2022.3.
17+
518
## [3.1.4] - 2022-06-02
619

720
### 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.4
7+
pluginVersion=3.2.0
88
pluginSinceBuild=212.0
99
pluginUntilBuild=223.*
1010

0 commit comments

Comments
 (0)