diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc31c1..09d4ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Revert "format on save" ([#117](https://github.com/biomejs/biome-intellij/pull/117)) + +## 1.5.3 + +### Bug Fixes + - Infinite indexing / intellisense blocked ([#102](https://github.com/biomejs/biome-intellij/pull/102)) - Resolve plugin crash when using nightly biome releases ([#112](https://github.com/biomejs/biome-intellij/pull/112)) diff --git a/gradle.properties b/gradle.properties index f370f6f..d363a0b 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.3 +pluginVersion=1.5.4 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 243