Skip to content

Commit f7ebd7f

Browse files
authored
chore: bump version to 0.0.16 and bazel-bsp server to 4.0.2 (#63)
## Summary This PR bumps the extension version and updates the default BSP server version. ## Changes * **Extension version:** `0.0.15` → `0.0.16` * **Default `bazelbsp.serverVersion`:** `4.0.1` → `4.0.2` ## What’s Included in This Release * Dynamic debug path resolution for TypeScript/Jest (**#61**) * Add TypeScript/Jest test discovery and execution support (**#60**) * Updated Bazel BSP server to **v4.0.2** (published to Maven Central)
1 parent 1f34232 commit f7ebd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Bazel Build Server Protocol (BSP)",
44
"description": "Bazel BSP integration for VS Code.",
55
"publisher": "Uber",
6-
"version": "0.0.15",
6+
"version": "0.0.16",
77
"license": "Apache-2.0",
88
"repository": "https://github.com/uber/vscode-bazel-bsp",
99
"engines": {
@@ -57,7 +57,7 @@
5757
},
5858
"bazelbsp.serverVersion": {
5959
"type": "string",
60-
"default": "4.0.1",
60+
"default": "4.0.2",
6161
"description": "Version of the Bazel BSP server to install."
6262
},
6363
"bazelbsp.bazelBinaryPath": {

0 commit comments

Comments
 (0)