From 151efba7a6d1b74e366b15f1ad1f518578c70e3f Mon Sep 17 00:00:00 2001 From: Denis Bezrukov <6227442+denbezrukov@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:20:06 +0200 Subject: [PATCH] chore(release): prepare v1.5.5 (#121) --- CHANGELOG.md | 13 ++++++++++++- gradle.properties | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) 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