diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccfec425..80bd41832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.0.3 +## 4.0.4 * Allow opening PR and branch issues from SonarQube in the IDE diff --git a/package-lock.json b/package-lock.json index be7982fbb..abb0751d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sonarlint-vscode", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sonarlint-vscode", - "version": "4.0.3", + "version": "4.0.4", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/webview-ui-toolkit": "1.0.0", diff --git a/package.json b/package.json index fa54d5b72..ed8e40e76 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++, Go, IaC. Use with SonarQube & SonarCloud for optimal team performance.", - "version": "4.0.3", + "version": "4.0.4", "icon": "images/sonarlint_wave_128px.png", "publisher": "SonarSource", "homepage": "https://www.sonarsource.com/products/sonarlint/",