Skip to content

Commit

Permalink
Merge pull request #18 from victor-teles/main
Browse files Browse the repository at this point in the history
chore: release 1.0.0-nightly.1
  • Loading branch information
victor-teles authored Jan 2, 2024
2 parents c1687fa + a1b126e commit 779fd19
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 779fd19

Please sign in to comment.