Skip to content

Commit 0a78d12

Browse files
chore(master): release 0.13.2 (#505)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Cameron Martin <cameronmartin123@gmail.com>
1 parent 962963e commit 0a78d12

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [0.13.2](https://github.com/bazel-contrib/vscode-bazel/compare/v0.13.1...v0.13.2) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** Make default values for executables user-visible ([#489](https://github.com/bazel-contrib/vscode-bazel/issues/489)) ([529f5ad](https://github.com/bazel-contrib/vscode-bazel/commit/529f5ade95725b7f7b669e6832d473864c4d35f2))
9+
* **deps:** update dependency which to v6 ([#536](https://github.com/bazel-contrib/vscode-bazel/issues/536)) ([a7af391](https://github.com/bazel-contrib/vscode-bazel/commit/a7af3913ebaf6f2ded2a17c19cf824d31ea58621))
10+
11+
12+
### Performance Improvements
13+
14+
* **workspace-tree:** implement debouncing and lazy loading for performance ([#542](https://github.com/bazel-contrib/vscode-bazel/issues/542)) ([8a534f8](https://github.com/bazel-contrib/vscode-bazel/commit/8a534f8d4e0c93cf1a4ab6f04c032dd7e0d82b8c)), closes [#504](https://github.com/bazel-contrib/vscode-bazel/issues/504)
15+
316
## [0.13.1](https://github.com/bazel-contrib/vscode-bazel/compare/v0.13.0...v0.13.1) (2025-12-11)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bazel",
33
"displayName": "Bazel",
44
"description": "Bazel BUILD integration",
5-
"version": "0.13.1",
5+
"version": "0.13.2",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)