There was an error while loading. Please reload this page.
1 parent 8693018 commit bf30c05Copy full SHA for bf30c05
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.8.1
6
+
7
+### Bug Fixes
8
9
+- Resolved compatibility problems for older versions of IntelliJ IDEs ([#193](https://github.com/biomejs/biome-intellij/pull/193))
10
11
## 1.8.0
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.8.0
+pluginVersion=1.8.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
0 commit comments