Skip to content

Commit 0be7161

Browse files
committed
chore(skip-release): Prepare for 1.30.1
Signed-off-by: Fred Bricon <[email protected]>
1 parent 448181a commit 0be7161

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginName=Quarkus Tools
44
pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus
55
# SemVer format -> https://semver.org
66
# NO SPACES AROUND THE EQUALS SIGN!!
7-
pluginVersion=1.30.0
7+
pluginVersion=1.30.1
88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild=222
1010
#pluginUntilBuild=233.*

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<vendor email="[email protected]" url="https://github.com/redhat-developer/intellij-quarkus/issues">Red-Hat</vendor>
66

77
<change-notes><![CDATA[
8+
<h3>1.30.1</h3>
9+
<ul>
10+
<li>Fix compatibility with Telemetry 1.1.0</li>
11+
</ul>
12+
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/44?closed=1">changelog</a>.
813
<h3>1.30.0</h3>
914
<ul>
1015
<li>Create "Quarkus Dev Mode" run configuration on project import</li>

0 commit comments

Comments
 (0)