diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d4ccb..270a66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## 1.5.3 +## 1.5.5 + +### Bug Fixes + +- Keep empty end line ([#120](https://github.com/biomejs/biome-intellij/pull/120)) + +### Features + +- Add support for Biome config icons and improve save actions ([#119](https://github.com/biomejs/biome-intellij/pull/119)) + + +## 1.5.4 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index d363a0b..72a0821 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=com.github.biomejs.intellijbiome pluginName=Biome pluginRepositoryUrl=https://github.com/biomejs/biome-intellij # SemVer format -> https://semver.org -pluginVersion=1.5.4 +pluginVersion=1.5.5 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 243