From 4ecd15168c4baf55633aebe95cc2e2e557387d6c Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Thu, 22 Aug 2024 09:52:49 +0200 Subject: [PATCH] Prepare release 4.9.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6230d78d..76d06f870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sonarlint-vscode", - "version": "4.9.0", + "version": "4.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sonarlint-vscode", - "version": "4.9.0", + "version": "4.9.1", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/webview-ui-toolkit": "1.0.0", diff --git a/package.json b/package.json index 2d7e1de29..21ab5a651 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sonarlint-vscode", "displayName": "SonarLint", "description": "Linter to detect & fix coding issues locally in JS/TS, Python, PHP, Java, C, C++, C#, Go, IaC. Use with SonarQube & SonarCloud for optimal team performance.", - "version": "4.9.0", + "version": "4.9.1", "icon": "images/sonarlint_wave_128px.png", "publisher": "SonarSource", "homepage": "https://www.sonarsource.com/products/sonarlint/",