From f62573a3b8a6638590b5e4ae398688ee55ea733a Mon Sep 17 00:00:00 2001 From: marhali Date: Wed, 24 Aug 2022 20:57:09 +0200 Subject: [PATCH] prepare patch release --- CHANGELOG.md | 11 ++++++++--- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2aab55..fc09032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,17 @@ # easy-i18n Changelog ## [Unreleased] +### Changed +- Documentation provider better focuses on the actual translation part + +### Fixed +- Unintended overwrite of existing folding regions ## [4.2.1] -### Changed -- Updated dependencies +### Changed +- Updated dependencies -### Fixed +### Fixed - Downgrade java to fix compatibility issues ## [4.2.0] diff --git a/gradle.properties b/gradle.properties index 03a0d4b..f24aece 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = de.marhali.easyi18n pluginName = easy-i18n # SemVer format -> https://semver.org -pluginVersion = 4.2.1 +pluginVersion = 4.2.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.