Skip to content

Commit da7349d

Browse files
0.21.36 (#264)
2 parents 26c11a6 + 8cd60af commit da7349d

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

CHANGELOG.md

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

77

88

9+
## [0.21.36](https://github.com/rokucommunity/roku-debug/compare/0.21.35...v0.21.36) - 2025-06-03
10+
### Changed
11+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06910---2025-06-03). Notable changes since 0.69.9:
12+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3126---2025-06-03). Notable changes since 3.12.5:
13+
14+
15+
916
## [0.21.35](https://github.com/rokucommunity/roku-debug/compare/0.21.34...v0.21.35) - 2025-05-30
1017
### Removed
1118
- Removed `isClockValid` virtual variable ([#262](https://github.com/rokucommunity/roku-debug/pull/262))

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roku-debug",
3-
"version": "0.21.35",
3+
"version": "0.21.36",
44
"description": "Debug adapter for Roku application development using Node.js",
55
"main": "dist/index.js",
66
"scripts": {
@@ -101,7 +101,7 @@
101101
"@types/request": "^2.48.8",
102102
"@vscode/debugadapter": "^1.68.0",
103103
"@vscode/debugprotocol": "^1.68.0",
104-
"brighterscript": "^0.69.9",
104+
"brighterscript": "^0.69.10",
105105
"dateformat": "^4.6.3",
106106
"debounce": "^1.2.1",
107107
"eol": "^0.9.1",
@@ -115,7 +115,7 @@
115115
"postman-request": "^2.88.1-postman.40",
116116
"replace-in-file": "^6.3.2",
117117
"replace-last": "^1.2.6",
118-
"roku-deploy": "^3.12.5",
118+
"roku-deploy": "^3.12.6",
119119
"semver": "^7.5.4",
120120
"serialize-error": "^8.1.0",
121121
"smart-buffer": "^4.2.0",

0 commit comments

Comments
 (0)