Skip to content

Commit 397d1d9

Browse files
chore(master): release 0.13.0
1 parent bc2abea commit 397d1d9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/bazel-contrib/vscode-bazel/compare/v0.12.0...v0.13.0) (2025-08-05)
4+
5+
6+
### Features
7+
8+
* **navigation:** Add "Jump to Build File" command ([#462](https://github.com/bazel-contrib/vscode-bazel/issues/462)) ([66f699c](https://github.com/bazel-contrib/vscode-bazel/commit/66f699c945fd3e8720590bfe03f49818a66c0d61)), closes [#178](https://github.com/bazel-contrib/vscode-bazel/issues/178)
9+
* **navigation:** add "Jump To Label" command ([bc2abea](https://github.com/bazel-contrib/vscode-bazel/commit/bc2abeaffedbe0a0d7d218679d0a7fc54ea868e0))
10+
311
## [0.12.0](https://github.com/bazel-contrib/vscode-bazel/compare/v0.11.0...v0.12.0) (2025-07-13)
412

513

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.12.0",
5+
"version": "0.13.0",
66
"publisher": "BazelBuild",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)