Skip to content

Commit f048ded

Browse files
authored
chore: prepare v1.10.1 (#216)
1 parent dbe4492 commit f048ded

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.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+
511
## 1.10.0
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.10.0
6+
pluginVersion=1.10.1
77

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ junit = "4.13.2"
44
kotlinxSerialization = "1.8.1"
55

66
# plugins
7-
intelliJPlatform = "2.7.0"
7+
intelliJPlatform = "2.7.2"
88
# Keep it compatibile with the bundled Kotlin stdlib.
99
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#bundled-stdlib-versions
1010
kotlin = "2.0.21"

0 commit comments

Comments
 (0)