From 22a1b3f394307db9cb5f12ad37b1715b18dfa80d Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 17 May 2023 13:01:57 +0100 Subject: [PATCH] release: v12.1.1 --- CHANGELOG.md | 16 +++++++++++----- editors/vscode/package.json | 2 +- npm/rome/package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a79e07795..685d3d0ede1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## CLI +## Configuration +## Editors +## Formatter +## Linter +## Parser +## VSCode +## JavaScript APIs + +## 12.1.1 + ### CLI #### Other changes @@ -15,8 +26,6 @@ - Fix an issue where Rome was loading incorrectly recommended rule [#4479](https://github.com/rome/tools/issues/4479) [#4488](https://github.com/rome/tools/issues/4488) -### Editors -### Formatter ### Linter #### Other changes @@ -24,9 +33,6 @@ - Fix an issue where the `noAssignInExpressions` rule replaced the operator with an invalid token, which caused other lint rules to crash. [#4464](https://github.com/rome/tools/issues/4464) - Fix an issue that [`noUnusedVariables`](https://docs.rome.tools/lint/rules/nounusedvariables/) rule did not correctly detect exports when a variable and an `interface` had the same name [#4468](https://github.com/rome/tools/pull/4468) -### Parser -### VSCode -### JavaScript APIs ## 12.1.0 diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 21a83b9c2e1..8922b2b5cc0 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -3,7 +3,7 @@ "publisher": "rome", "displayName": "Rome", "description": "Rome LSP VS Code Extension", - "version": "0.24.0", + "version": "0.24.1", "icon": "icon.png", "activationEvents": [ "onLanguage:javascript", diff --git a/npm/rome/package.json b/npm/rome/package.json index d054e231cbb..05c3cfdef7e 100644 --- a/npm/rome/package.json +++ b/npm/rome/package.json @@ -1,6 +1,6 @@ { "name": "rome", - "version": "12.1.0", + "version": "12.1.1", "bin": "bin/rome", "scripts": { "postinstall": "node scripts/postinstall.js"