Skip to content

Commit 76b4b42

Browse files
committed
release version bump
1 parent e2f2e22 commit 76b4b42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bazel support for Java Linting, Intellisense, formatting, refactoring and more...",
55
"author": "Salesforce Engineering",
66
"license": "BSD-3-Clause",
7-
"version": "1.4.0",
7+
"version": "1.4.1",
88
"publisher": "sfdc",
99
"bugs": "https://github.com/salesforce/bazel-vscode-java/issues",
1010
"preview": true,
@@ -165,7 +165,10 @@
165165
"scope": "window"
166166
},
167167
"bazel.buildifier.binary": {
168-
"type": ["string", "null"],
168+
"type": [
169+
"string",
170+
"null"
171+
],
169172
"default": null,
170173
"description": "path to buildifier binary. If not set buildifier from your PATH will be used",
171174
"scope": "window"

0 commit comments

Comments
 (0)