Skip to content

Commit

Permalink
release: 1.3.1 (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Oct 20, 2023
1 parent 8c62904 commit 7d9080c
Show file tree
Hide file tree
Showing 8 changed files with 2,342 additions and 97 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,34 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

### CLI

### Configuration

### Editors

### Formatter

### JavaScript APIs

### Linter

### Parser

### VSCode

## 1.3.1 (2022)

### CLI

#### Bug fixes

- Fix `rage` command, now it doesn't print info about running servers. Contributed by @ematipico

### Configuration

### Editors

### Formatter
#### Bug fixes

### JavaScript APIs
- Fix [#552](https://github.com/biomejs/biome/issues/552), where the formatter isn't correctly triggered in Windows systems. Contributed by @victor-teles

### Linter

Expand All @@ -33,9 +50,6 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
- Fix [#548](https://github.com/biomejs/biome/issues/548) which made [noSelfAssign](https://biomejs.dev/linter/rules/no-self-assign) panic.
- Fix [#555](https://github.com/biomejs/biome/issues/555), by correctly map `globals` into the workspace.

### Parser

### VSCode

## 1.3.0 (2022-10-19)

Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion editors/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.biomejs.intellijbiome
pluginName = Biome
pluginRepositoryUrl = https://github.com/biomejs/biome
# SemVer format -> https://semver.org
pluginVersion = 0.0.4
pluginVersion = 0.0.5

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "biomejs",
"displayName": "Biome",
"description": "Biome LSP VS Code Extension",
"version": "1.6.0",
"version": "1.6.1",
"icon": "icon.png",
"activationEvents": [
"onLanguage:javascript",
Expand Down
2 changes: 1 addition & 1 deletion packages/@biomejs/biome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biomejs/biome",
"version": "1.3.0",
"version": "1.3.1",
"bin": "bin/biome",
"scripts": {
"postinstall": "node scripts/postinstall.js"
Expand Down
204 changes: 122 additions & 82 deletions website/src/components/Contributors.astro

Large diffs are not rendered by default.

26 changes: 20 additions & 6 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,34 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

### CLI

### Configuration

### Editors

### Formatter

### JavaScript APIs

### Linter

### Parser

### VSCode

## 1.3.1 (2022)

### CLI

#### Bug fixes

- Fix `rage` command, now it doesn't print info about running servers. Contributed by @ematipico

### Configuration

### Editors

### Formatter
#### Bug fixes

### JavaScript APIs
- Fix [#552](https://github.com/biomejs/biome/issues/552), where the formatter isn't correctly triggered in Windows systems. Contributed by @victor-teles

### Linter

Expand All @@ -39,9 +56,6 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
- Fix [#548](https://github.com/biomejs/biome/issues/548) which made [noSelfAssign](https://biomejs.dev/linter/rules/no-self-assign) panic.
- Fix [#555](https://github.com/biomejs/biome/issues/555), by correctly map `globals` into the workspace.

### Parser

### VSCode

## 1.3.0 (2022-10-19)

Expand Down
Loading

0 comments on commit 7d9080c

Please sign in to comment.