File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## 1.9.0
6
+
7
+ ### Bug Fixes
8
+
9
+ - Support project structure with multiple roots ([ #197 ] ( https://github.com/biomejs/biome-intellij/pull/197 ) )
10
+
11
+ ### Features
12
+
13
+ - Support the new-style monorepo ([ #196 ] ( https://github.com/biomejs/biome-intellij/pull/196 ) )
14
+
5
15
## 1.8.1
6
16
7
17
### Bug Fixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup=com.github.biomejs.intellijbiome
3
3
pluginName =Biome
4
4
pluginRepositoryUrl =https://github.com/biomejs/biome-intellij
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =1.8.1
6
+ pluginVersion =1.9.0
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
pluginSinceBuild = 243
You can’t perform that action at this time.
0 commit comments