Skip to content

Commit bdeb49d

Browse files
authored
Update buildifier and bump extension version (#16)
1 parent 933bb8d commit bdeb49d

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
env:
4747
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
4848
with:
49-
args: publish -p $PUBLISHER_TOKEN
49+
args: publish -p $PUBLISHER_TOKEN

CHANGELOG.md

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

3+
## 0.3.4 (Sun July 26 2020)
4+
5+
- Bump buildifier dependency to 0.3.4.
6+
- Better integration testing.
7+
38
## 0.3.3 (Fri July 24 2020)
49

510
- Bugfix for creating globalStoragePath if not already exists.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bazel-stack-vscode",
33
"displayName": "bazel-stack-vscode",
44
"description": "Bazel Support for Visual Studio Code",
5-
"version": "0.3.3",
5+
"version": "0.3.4",
66
"publisher": "StackBuild",
77
"license": "Apache-2.0",
88
"icon": "stackb-full.png",
@@ -47,7 +47,7 @@
4747
},
4848
"feature.buildifier.github-release": {
4949
"type": "string",
50-
"default": "3.3.0",
50+
"default": "3.4.0",
5151
"markdownDescription": "The github release tag of the Buildifier release to download"
5252
},
5353
"feature.buildifier.github-owner": {

0 commit comments

Comments
 (0)