diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 2af01317c6..7ac1950748 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,3 +1,10 @@ +## [18.30.2](https://github.com/nrwl/nx-console/compare/vscode-v18.30.1...vscode-v18.30.2) (2024-11-11) + + +### Bug Fixes + +* **vscode:** catch errors during codelens creation ([#2311](https://github.com/nrwl/nx-console/issues/2311)) ([65da0d2](https://github.com/nrwl/nx-console/commit/65da0d2644b296e6088a2a8f828932bf2f1f1fc6)) + ## [18.30.1](https://github.com/nrwl/nx-console/compare/vscode-v18.30.0...vscode-v18.30.1) (2024-11-11) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 4f6291ca4c..e5ba2a698c 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -2,7 +2,7 @@ "name": "angular-console", "displayName": "Nx Console", "description": "The UI for Nx & Lerna", - "version": "18.30.1", + "version": "18.30.2", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git"