Skip to content

Commit 248bb3f

Browse files
authored
Bump bzl to 1.3.4 (#92)
1 parent df2e2b8 commit 248bb3f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Add vscode.openFolder support for external workspaces.
99
- Several configuration fixes for build events frontend.
1010
- Add component documentation tree items.
11+
- Bump bzl to 1.3.4 (doc link updates)
1112

1213
## 1.8.0 (Dev 01 2021)
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
},
235235
"bsv.bzl.server.release": {
236236
"type": "string",
237-
"default": "v1.3.3",
237+
"default": "v1.3.4",
238238
"description": "Bzl release version"
239239
},
240240
"bsv.bzl.server.command": {

src/bezel/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export class BzlSettings extends Settings<BzlConfiguration> {
254254
enabled: config.get<boolean>('enabled', true),
255255
autoLaunch: config.get<boolean>('autoLaunch', true),
256256
downloadBaseURL: config.get<string>('downloadBaseUrl', 'https://get.bzl.io'),
257-
release: config.get<string>('release', 'v1.3.3'),
257+
release: config.get<string>('release', 'v1.3.4'),
258258
executable: normalize(config.get<string>('executable', '')),
259259
address: address,
260260
command: config.get<string[]>('command', ['serve', '--address=${address}']),

0 commit comments

Comments
 (0)