Skip to content

Commit

Permalink
chore(master): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 2, 2024
1 parent 0d293b8 commit f8a97bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [0.11.0](https://github.com/bazelbuild/vscode-bazel/compare/0.10.0...v0.11.0) (2024-05-02)


### Features

* Cmd-click to jump to a source file from a build rule ([#380](https://github.com/bazelbuild/vscode-bazel/issues/380)) ([fa38d08](https://github.com/bazelbuild/vscode-bazel/commit/fa38d08eceedf56777cfff2b8b0f74477e623154))
* **coverage:** Basic test coverage support ([#366](https://github.com/bazelbuild/vscode-bazel/issues/366)) ([0d293b8](https://github.com/bazelbuild/vscode-bazel/commit/0d293b81154b77c29900d89577a6b4ed1b725b93))
* syntax highlighting for .bazelrc ([#379](https://github.com/bazelbuild/vscode-bazel/issues/379)) ([2aea27e](https://github.com/bazelbuild/vscode-bazel/commit/2aea27e45cca43e7f20b673f331b3c994c195e99)), closes [#259](https://github.com/bazelbuild/vscode-bazel/issues/259)


### Bug Fixes

* Link the full label / file name instead of individual components ([#382](https://github.com/bazelbuild/vscode-bazel/issues/382)) ([2e207c9](https://github.com/bazelbuild/vscode-bazel/commit/2e207c9647881f335afa7288d7f05b70818be8bd))

## [0.10.0](https://github.com/bazelbuild/vscode-bazel/compare/0.9.0...v0.10.0) (2024-04-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-bazel",
"displayName": "Bazel",
"description": "Bazel BUILD integration",
"version": "0.10.0",
"version": "0.11.0",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -462,10 +462,9 @@
"check-lint": "eslint .",
"compile": "./scripts/build.sh",
"pretest": "./scripts/build.sh",
"test": "vscode-test",
"test": "./scripts/test.sh",
"format-check": "prettier --check .",
"format-fix": "prettier --write .",
"test": "./scripts/test.sh",
"package": "vsce package",
"update-snapshot": "./scripts/test.sh -u",
"vscode:prepublish": "./scripts/build.sh",
Expand Down

0 comments on commit f8a97bb

Please sign in to comment.