From 7690b76b55021b9b9740ea7602ea0e43defdef6a Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 26 Nov 2023 22:21:29 +0100 Subject: [PATCH] prepare 1.4.19 release --- CHANGELOG.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732838507..407d95ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog ## 1.4.19 -* Quickfixes for adding or removing type tags (return types & variable types) +* Quickfixes for adding/removing type tags (return types & variable types) * Very basic Extract Method support +* Minor tweaks forIntellij 2023.3 Support ## 1.4.18 * Support for Intellij 2023.3 diff --git a/gradle.properties b/gradle.properties index 5a70a786b..a7efe76e3 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.18 +pluginVersion = 1.4.19 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU