From 062f0fdde7aa32d57ebfeb18c6bb42877a69b5a7 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 1 May 2024 21:02:56 +0100 Subject: [PATCH] release: 1.1.0 (#54) --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.*