From 6e6989b4e4be5eddafe289834e0f708b664a9449 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20Sch=C3=B6nfeld?=
Date: Thu, 22 Aug 2024 12:18:25 +0200
Subject: [PATCH] no-task add plugin template
---
CHANGELOG.md | 3 +++
gradle.properties | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0255d2b..1f30c5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# intellij_spryker_plugin Changelog
+## [1.0.15]
+- added a plugin template to zed communication root
+
## [1.0.14]
- fix console template
diff --git a/gradle.properties b/gradle.properties
index 2355f69..4445060 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,7 +3,7 @@
pluginGroup = com.github.patrickjaja.intellijsprykerplugin
pluginName = intellij_spryker_plugin
-pluginVersion = 1.0.14
+pluginVersion = 1.0.15
pluginSinceBuild = 223
pluginUntilBuild =
# pluginUntilBuild = 221.*