diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 93aeba4b5f..0f8e7c0cb0 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,3 +1,11 @@ +## [18.11.1](https://github.com/nrwl/nx-console/compare/vscode-v18.11.0...vscode-v18.11.1) (2024-01-05) + + +### Bug Fixes + +* **nxls:** trigger reload on tsconfig.base.json change ([#1972](https://github.com/nrwl/nx-console/issues/1972)) ([a6213ed](https://github.com/nrwl/nx-console/commit/a6213eda1650e7bccb453e701086382695e1ff83)) +* repair as-provided prefilling ([#1973](https://github.com/nrwl/nx-console/issues/1973)) ([1ba7e05](https://github.com/nrwl/nx-console/commit/1ba7e05ea7a0abb9b5e135c77594bb2c3f622743)) + # [18.11.0](https://github.com/nrwl/nx-console/compare/vscode-v18.10.1...vscode-v18.11.0) (2024-01-02) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 340f4bd2c2..dd6d372731 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.11.0", + "version": "18.11.1", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git"