Skip to content

Commit 203d9ee

Browse files
authored
chore: prepare v1.7.2 (#167)
1 parent 2b60be6 commit 203d9ee

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.7.2
6+
7+
### Bug Fixes
8+
9+
- Fixed a regression where the plugin couldn't find biome.json at the project root ([#166](https://github.com/biomejs/biome-intellij/pull/166))
10+
511
## 1.7.1
612

713
### Bug Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup=com.github.biomejs.intellijbiome
33
pluginName=Biome
44
pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
55
# SemVer format -> https://semver.org
6-
pluginVersion=1.7.1
6+
pluginVersion=1.7.2
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 243

0 commit comments

Comments
 (0)