Skip to content

Commit 8dd56e1

Browse files
Increment version to 2.57.1
1 parent 21cae29 commit 8dd56e1

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
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+
## [2.57.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.57.0...v2.57.1) - 2025-07-07
10+
### Changed
11+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06912---2025-07-07). Notable changes since 0.69.11:
12+
- Fix discovery when `projects` is empty ([#1529](https://github.com/rokucommunity/vscode-brightscript-language/pull/1529))
13+
14+
15+
916
## [2.57.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.56.1...v2.57.0) - 2025-07-03
1017
### Changed
1118
- Settings schema update to support recent lsp changes ([#653](https://github.com/rokucommunity/vscode-brightscript-language/pull/653))

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.57.0",
4+
"version": "2.57.1",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -58,7 +58,7 @@
5858
"@vscode/extension-telemetry": "^0.4.7",
5959
"array-sort": "^1.0.0",
6060
"backoff": "^2.5.0",
61-
"brighterscript": "^0.69.11",
61+
"brighterscript": "^0.69.12",
6262
"brighterscript-formatter": "^1.7.16",
6363
"clone-deep": "^4.0.1",
6464
"debounce": "^1.2.0",

0 commit comments

Comments
 (0)