Skip to content

Commit d6bc8a0

Browse files
2.67.2 (#851)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Christopher Dwyer-Perkins <chris@inverted-solutions.com>
1 parent 9afb377 commit d6bc8a0

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [2.67.2](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.67.1...v2.67.2) - 2026-07-07
10+
### Changed
11+
- upgrade to [roku-debug@0.23.16](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02316---2026-07-07). Notable changes since 0.23.15:
12+
- Improve ECP access mode error messages with step-by-step navigation ([#386](https://github.com/rokucommunity/roku-debug/pull/386))
13+
### Fixed
14+
- Crash related to move dayjs missing as prod dependency ([#850](https://github.com/rokucommunity/vscode-brightscript-language/pull/850))
15+
16+
17+
918
## [2.67.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.67.0...v2.67.1) - 2026-07-06
1019
### Changed
1120
- Reuse probed device-info for launch and host selection ([#839](https://github.com/rokucommunity/vscode-brightscript-language/pull/839))

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.67.1",
4+
"version": "2.67.2",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -78,7 +78,7 @@
7878
"postman-request": "^2.88.1-postman.48",
7979
"pretty-bytes": "^5.6.0",
8080
"resolve": "^1.22.8",
81-
"roku-debug": "^0.23.15",
81+
"roku-debug": "^0.23.16",
8282
"roku-deploy": "^3.17.7",
8383
"roku-test-automation": "^2.2.2",
8484
"semver": "^7.1.3",

0 commit comments

Comments
 (0)