From 4cc4e0cd15b9f6bfa0253c31bf6b703b717eb937 Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Sat, 30 Nov 2024 04:39:32 +0800 Subject: [PATCH] Reduce pluginSinceBuild, as Webstorm 2024.3 is slightly earlier (#3667) --- CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- resources/META-INF/changelog.html | 15 +++++++++++++++ resources/META-INF/plugin.xml | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165790a87..573f48c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v20.0.1 + +### Bug Fixes +* [#3651](https://github.com/KronicDeth/intellij-elixir/pull/3667) - [@joshuataylor](https://github.com/joshuataylor) + * Support Webstorm 2024.3 (243.21565.180). Thanks to [@Kae-Tempest](https://github.com/Kae-Tempest) for the report! + ## v20.0.0 ### Enhancements diff --git a/gradle.properties b/gradle.properties index d4422cbb5..e727fb991 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,11 +2,11 @@ pluginGroup=org.elixir_lang pluginName=Elixir pluginRepositoryUrl=https://github.com/KronicDeth/intellij-elixir/ -pluginVersion=20.0.0 +pluginVersion=20.0.1 vendorName=Elle Imhoff vendorEmail=Kronic.Deth@gmail.com # https://youtrack.jetbrains.com/articles/IDEA-A-2100661899/IntelliJ-IDEA-2024.1-241.14494.240-build-Release-Notes -pluginSinceBuild=243.21565.193 +pluginSinceBuild=243.21565.180 pluginUntilBuild=243.* # Set this to open diff --git a/resources/META-INF/changelog.html b/resources/META-INF/changelog.html index 14ff185d9..54e7d9ef8 100644 --- a/resources/META-INF/changelog.html +++ b/resources/META-INF/changelog.html @@ -1,5 +1,20 @@ +

v20.0.1

+ + +

v20.0.0