There was an error while loading. Please reload this page.
1 parent 2b60be6 commit 203d9eeCopy full SHA for 203d9ee
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
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
11
## 1.7.1
12
13
### Bug Fixes
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.7.1
+pluginVersion=1.7.2
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
0 commit comments