From 0b6aaac95f22128cdec9107571adac73682c4711 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:19:37 +0000 Subject: [PATCH] chore(master): release 0.11.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8046e1b2..819c8bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [0.11.0](https://github.com/bazelbuild/vscode-bazel/compare/0.10.0...v0.11.0) (2024-04-19) + + +### 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)) +* 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) diff --git a/package-lock.json b/package-lock.json index b77ca52a..2a14f0c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-bazel", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-bazel", - "version": "0.10.0", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "protobufjs": "^6.8.0", diff --git a/package.json b/package.json index 761d27d4..6bd5315c 100644 --- a/package.json +++ b/package.json @@ -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": {