prepare release v3.2.0

This commit is contained in:
marhali 2022-03-30 10:11:00 +02:00
parent c6b8811e0b
commit 89ce45459d
2 changed files with 7 additions and 2 deletions

View File

@ -3,9 +3,14 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### Added
- Support for IntelliJ 2022.1
### Changed
- Updated dependencies
## [3.1.0] ## [3.1.0]
### Added ### Added
- Support for Json5 files - Support for Json5 files
## [3.0.1] ## [3.0.1]

View File

@ -4,7 +4,7 @@
pluginGroup = de.marhali.easyi18n pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n pluginName = easy-i18n
# SemVer format -> https://semver.org # SemVer format -> https://semver.org
pluginVersion = 3.1.0 pluginVersion = 3.2.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions. # for insight into build numbers and IntelliJ Platform versions.