From 27fcfc05219f31efb2d62ed13801cd01ca650557 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Fri, 2 Feb 2024 01:34:43 +0100 Subject: [PATCH] release 1.4.30 --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544de7665..7328bbfb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.4.30 +* Fixed: Resolver bug + ## 1.4.29 * Fixed: Incorrect resolver caching * Fixed: Incorrect type compare when checking interface implementations diff --git a/gradle.properties b/gradle.properties index 4fd88f3b9..2f7787219 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.29 +pluginVersion = 1.4.30 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU