Skip to content

Commit 2398228

Browse files
committed
Update to 2020.3 and cleanup
1 parent ed34340 commit 2398228

File tree

7 files changed

+3539
-3563
lines changed

7 files changed

+3539
-3563
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286

287287
- Support for GraphQL Schema Language
288288

289-
## [v1.0.0] - 2015-12-13
289+
## [1.0.0] - 2015-12-13
290290

291291
### Added
292292

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'org.jetbrains.grammarkit' version '2020.2.1'
3-
id 'org.jetbrains.intellij' version '0.4.21'
3+
id 'org.jetbrains.intellij' version '0.6.3'
44
id 'com.github.ManifestClasspath' version '0.1.0-RELEASE'
5-
id 'org.jetbrains.changelog' version '0.4.0'
5+
id 'org.jetbrains.changelog' version '0.6.2'
66
}
77

88
group pluginGroup
@@ -47,7 +47,7 @@ intellij {
4747
changeNotes """
4848
<p><b>New in $pluginVersion</b></p>
4949
<p>
50-
${changelog.get(pluginVersion).toHTML()}
50+
${changelog.get(pluginVersion.toString()).toHTML()}
5151
</p>
5252
<br />
5353
<p>See the <a href="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/master/CHANGELOG.md">CHANGELOG</a> for more details and history.</p>

0 commit comments

Comments
 (0)