diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce8217..df0b840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## 1.0.0 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index 769f3d9..3538bcc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=com.github.biomejs.intellijbiome pluginName=Biome pluginRepositoryUrl=https://github.com/biomejs/biome # SemVer format -> https://semver.org -pluginVersion=1.0.2 +pluginVersion=1.1.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=241 pluginUntilBuild=241.*