Skip to content

Commit

Permalink
Upgrade buildtools to v6.1.2 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj committed May 11, 2023
1 parent c0b0345 commit 5fac3c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.9.5 (May 11 2023)

- Update buildtools (buildifier, buildozer) to v6.1.2.

## 1.9.4 (Apr 23 2023)

- Update shiki library for codesearch. Remove theme customizability for simplicity.
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bazel-stack-vscode",
"displayName": "bazel-stack-vscode",
"description": "Bazel Support for Visual Studio Code",
"version": "1.9.4",
"version": "1.9.5",
"publisher": "StackBuild",
"license": "Apache-2.0",
"icon": "stackb-full.png",
Expand Down Expand Up @@ -414,7 +414,7 @@
},
"bsv.buildifier.githubRelease": {
"type": "string",
"default": "5.1.0",
"default": "v6.1.2",
"description": "The github release tag of the Buildifier release to download"
},
"bsv.buildifier.githubOwner": {
Expand Down Expand Up @@ -443,7 +443,7 @@
},
"bsv.buildozer.githubRelease": {
"type": "string",
"default": "5.1.0",
"default": "v6.1.2",
"description": "The github release tag of the buildozer release to download"
},
"bsv.buildozer.githubOwner": {
Expand Down Expand Up @@ -671,7 +671,7 @@
"bazel-explorer": [
{
"id": "bsv.workspace",
"name": "Stack VSCode v1.9.4",
"name": "Stack VSCode v1.9.5",
"icon": "media/bazel-wireframe.svg",
"contextualTitle": "Current Bazel Workspace"
}
Expand Down

0 comments on commit 5fac3c1

Please sign in to comment.