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