Skip to content

Commit 33f5618

Browse files
2.56.1 (#648)
Co-authored-by: rokucommunity-bot <[email protected]> Co-authored-by: Bronley Plumb <[email protected]>
1 parent a28da3b commit 33f5618

File tree

3 files changed

+36
-27
lines changed

3 files changed

+36
-27
lines changed

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.56.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.56.0...v2.56.1) - 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/brighterscript-formatter/blob/master/CHANGELOG.md#1715---2025-06-03). Notable changes since 1.7.14:
13+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02136---2025-06-03). Notable changes since 0.21.35:
14+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3126---2025-06-03). Notable changes since 3.12.5:
15+
16+
17+
918
## [2.56.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.55.11...v2.56.0) - 2025-05-30
1019
### Added
1120
- Added support for Exporting and Importing automation scripts. ([#644](https://github.com/rokucommunity/vscode-brightscript-language/pull/644))

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.56.0",
4+
"version": "2.56.1",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -58,8 +58,8 @@
5858
"@vscode/extension-telemetry": "^0.4.7",
5959
"array-sort": "^1.0.0",
6060
"backoff": "^2.5.0",
61-
"brighterscript": "^0.69.9",
62-
"brighterscript-formatter": "^1.7.14",
61+
"brighterscript": "^0.69.10",
62+
"brighterscript-formatter": "^1.7.15",
6363
"clone-deep": "^4.0.1",
6464
"debounce": "^1.2.0",
6565
"dotenv": "^6.2.0",
@@ -80,8 +80,8 @@
8080
"postman-request": "^2.88.1-postman.32",
8181
"pretty-bytes": "^5.6.0",
8282
"resolve": "^1.22.8",
83-
"roku-debug": "^0.21.35",
84-
"roku-deploy": "^3.12.5",
83+
"roku-debug": "^0.21.36",
84+
"roku-deploy": "^3.12.6",
8585
"roku-test-automation": "^2.0.10",
8686
"semver": "^7.1.3",
8787
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)