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.