File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
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.10.1
6
+
7
+ ### Bug Fixes
8
+
9
+ - Resolve the ` extends ` option in the config correctly ([ #214 ] ( https://github.com/biomejs/biome/pull/214 ) )
10
+
5
11
## 1.10.0
6
12
7
13
### 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.10.0
6
+ pluginVersion =1.10.1
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ junit = "4.13.2"
4
4
kotlinxSerialization = " 1.8.1"
5
5
6
6
# plugins
7
- intelliJPlatform = " 2.7.0 "
7
+ intelliJPlatform = " 2.7.2 "
8
8
# Keep it compatibile with the bundled Kotlin stdlib.
9
9
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#bundled-stdlib-versions
10
10
kotlin = " 2.0.21"
You can’t perform that action at this time.
0 commit comments