Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vepanimas committed Nov 25, 2020
1 parent 4cee30f commit 77410eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# Changelog

## [2.7.0] - 2020-11-25

### Fixed
- Compatibility with 2020.3
- Exception when using default parameter values (#412)

### Added
- @required, @inline and @preloadable directives for Relay
- Support for .gql file types

## [2.6.0] - 2020-09-03

Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ intellij {
}
}

runPluginVerifier {
ideVersions = ['IU-2019.2.4', 'IU-2019.3.4', 'IU-2020.2.4']
}

runIde {
jvmArgs '-Xmx2G'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m

pluginGroup = com.intellij.lang.jsgraphql
pluginName = JS GraphQL
pluginVersion = 2.6.0
pluginVersion = 2.7.0
pluginSinceBuild = 192.7142
pluginUntilBuild = 203.*

Expand Down

0 comments on commit 77410eb

Please sign in to comment.