Skip to content

Commit 1fd4183

Browse files
authored
0.72.4 (#1727)
2 parents 2627065 + 2a8660e commit 1fd4183

3 files changed

Lines changed: 18 additions & 11 deletions

File tree

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.72.4](https://github.com/rokucommunity/brighterscript/compare/0.72.3...v0.72.4) - 2026-05-30
10+
### Changed
11+
- upgrade to [roku-deploy@3.17.5](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3175---2026-05-30). Notable changes since 3.17.4:
12+
- Preserve `!` glob-negation prefix when using normalizeFilesArray ([#277](https://github.com/rokucommunity/roku-deploy/pull/277))
13+
14+
15+
916
## [0.72.3](https://github.com/rokucommunity/brighterscript/compare/0.72.2...v0.72.3) - 2026-05-27
1017
### Added
1118
- parameter name inlay hints ([#1703](https://github.com/rokucommunity/brighterscript/pull/1703))

package-lock.json

Lines changed: 9 additions & 9 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,6 +1,6 @@
11
{
22
"name": "brighterscript",
3-
"version": "0.72.3",
3+
"version": "0.72.4",
44
"description": "A superset of Roku's BrightScript language.",
55
"scripts": {
66
"preversion": "npm run build && npm run lint && npm run test",
@@ -160,7 +160,7 @@
160160
"parse-ms": "^2.1.0",
161161
"readline": "^1.3.0",
162162
"require-relative": "^0.8.7",
163-
"roku-deploy": "^3.17.4",
163+
"roku-deploy": "^3.17.5",
164164
"safe-json-stringify": "^1.2.0",
165165
"semver": "^7.7.3",
166166
"serialize-error": "^7.0.1",

0 commit comments

Comments
 (0)