From c4bf7a307c84b0929f653fbeacb378227c8ec790 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 18 May 2023 09:33:50 +0100 Subject: [PATCH] release: 12.1.2 (#4508) --- CHANGELOG.md | 16 ++++++++++------ CONTRIBUTING.md | 16 ++++++++-------- editors/vscode/package.json | 2 +- npm/rome/package.json | 2 +- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2990022a7..27a60e22453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ ## [Unreleased] ### CLI +### Configuration +### Editors +### Formatter +### Linter +### Parser +### VSCode +### JavaScript APIs + +## 12.1.2 + ### Configuration #### Other changes @@ -10,8 +20,6 @@ - Fix regression where a specific combination of configuration didn't load the correct rules to apply [#4502](https://github.com/rome/tools/issues/4502) -### Editors -### Formatter ### Linter #### Other changes @@ -19,10 +27,6 @@ the correct rules to apply [#4502](https://github.com/rome/tools/issues/4502) - `noInnerDeclarations`: allow function declarations in nested block inside an _ES module_ [#4492](https://github.com/rome/tools/compare/main...Conaclos:noInnerDeclarations/4492?expand=1). - `noInvalidConstructorSuper`: recognize `extends` clauses that use static member access such as `extends mod.C` [#4499](https://github.com/rome/tools/issues/4499) -### Parser -### VSCode -### JavaScript APIs - ## 12.1.1 ### CLI diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1fb2ecb45a..ef381c48ca2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -230,14 +230,14 @@ Here's a sample of the headings: ```markdown ## [Unreleased] -## CLI -## Configuration -## Editors -## Formatter -## Linter -## Parser -## VSCode -## JavaScript APIs +### CLI +### Configuration +### Editors +### Formatter +### Linter +### Parser +### VSCode +### JavaScript APIs ``` When you edit a blank section: diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 8922b2b5cc0..2637eb579ec 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.1", + "version": "0.24.2", "icon": "icon.png", "activationEvents": [ "onLanguage:javascript", diff --git a/npm/rome/package.json b/npm/rome/package.json index 05c3cfdef7e..b5eabe80345 100644 --- a/npm/rome/package.json +++ b/npm/rome/package.json @@ -1,6 +1,6 @@ { "name": "rome", - "version": "12.1.1", + "version": "12.1.2", "bin": "bin/rome", "scripts": { "postinstall": "node scripts/postinstall.js"