Skip to content

Commit 8f314c1

Browse files
0.69.10 (#1501)
2 parents a3cea15 + 2f3b089 commit 8f314c1

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

CHANGELOG.md

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

77

88

9+
## [0.69.10](https://github.com/rokucommunity/brighterscript/compare/0.69.9...v0.69.10) - 2025-06-03
10+
### Changed
11+
- upgrade to [roku-deploy@3.12.6](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3126---2025-06-03). Notable changes since 3.12.5:
12+
- chore: Upgrade to the undent package instead of dedent ([#196](https://github.com/rokucommunity/brighterscript/pull/196))
13+
- chore: Shared CI remove merged check on publish releases ([#194](https://github.com/rokucommunity/brighterscript/pull/194))
14+
15+
16+
917
## [0.69.9](https://github.com/rokucommunity/brighterscript/compare/0.69.8...v0.69.9) - 2025-05-09
1018
### Added
1119
- Add `bsc0` cli binary name ([#1490](https://github.com/rokucommunity/brighterscript/pull/1490))

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.69.9",
3+
"version": "0.69.10",
44
"description": "A superset of Roku's BrightScript language.",
55
"scripts": {
66
"preversion": "npm run build && npm run lint && npm run test",
@@ -162,7 +162,7 @@
162162
"parse-ms": "^2.1.0",
163163
"readline": "^1.3.0",
164164
"require-relative": "^0.8.7",
165-
"roku-deploy": "^3.12.5",
165+
"roku-deploy": "^3.12.6",
166166
"safe-json-stringify": "^1.2.0",
167167
"serialize-error": "^7.0.1",
168168
"source-map": "^0.7.4",

0 commit comments

Comments
 (0)