diff --git a/CHANGELOG.md b/CHANGELOG.md index ba81188..3778086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,24 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### Bug Fixes + +- Added missing double quotes ([#377](https://github.com/biomejs/biome-intellij/pull/377)) +- Use node interpreter to run commands ([#416](https://github.com/biomejs/biome-intellij/pull/416)) +- Binary resolution on windows ([#556](https://github.com/biomejs/biome-intellij/pull/556)) +- Binary resolution execution sequence ([#601](https://github.com/biomejs/biome-intellij/pull/601)) +- Remove build range ([#1093](https://github.com/biomejs/biome-intellij/pull/1093)) + +### Documentation + +- Add contribution guide ([#2](https://github.com/biomejs/biome-intellij/pull/2)) + +### Features + +- IntelliJ Platform LSP ([#185](https://github.com/biomejs/biome-intellij/pull/185)) +- Manual config path specifying ([#660](https://github.com/biomejs/biome-intellij/pull/660)) +- Add onSave actions +- Improved command line execution mode (node & binary) + diff --git a/gradle.properties b/gradle.properties index b5ef2d8..007786b 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=0.0.7 +pluginVersion=1.0.0-nightly.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=233 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension