From ad6ef2cdd54dfb24a28eb2ff783aaadceafb663b Mon Sep 17 00:00:00 2001 From: Wuzi Date: Fri, 12 May 2023 19:58:20 +0800 Subject: [PATCH] Release 2.2.2-222.231 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc4ff7..e6c0350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # ChatGPT Changelog ## [Unreleased] +## [2.2.2-222.231] +### Fixed ++ Fix the problem of Custom Prompt disappearing [#220](https://github.com/dromara/ChatGPT/issues/220) + ## [2.2.1-222.231] ### Fixed + Fix [#211](https://github.com/dromara/ChatGPT/issues/211) diff --git a/gradle.properties b/gradle.properties index 127c8b0..350c9fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginGroup = com.obiscr.chatgpt pluginName = ChatGPT # SemVer format -> https://semver.org -pluginVersion = 2.2.1-222.231 +pluginVersion = 2.2.2-222.231 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.