Skip to content

Commit 3c8bf32

Browse files
authored
chore: prepare v1.9.0 (#198)
1 parent 08ab30f commit 3c8bf32

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

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+
515
## 1.8.1
616

717
### 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.8.1
6+
pluginVersion=1.9.0
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)