Skip to content

Commit

Permalink
chore(release): prepare v1.5.4 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov authored Jan 7, 2025
1 parent f1dd11d commit 7162e61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7162e61

Please sign in to comment.