Skip to content

Commit

Permalink
Merge pull request #595 from rokucommunity/master2
Browse files Browse the repository at this point in the history
Fix weird release issue
  • Loading branch information
TwitchBronBron authored Sep 27, 2024
2 parents e89413f + e662536 commit 310f19f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.50.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.50.0...v2.50.1) - 2024-09-27
### Changed
- Fix crashes where `workspaceFolders` was undefined ([#593](https://github.com/rokucommunity/vscode-brightscript-language/pull/593))
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02111---2024-09-25). Notable changes since 0.21.10:
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0677---2024-09-25). Notable changes since 0.67.6:
- Ast node clone ([brighterscript#1281](https://github.com/rokucommunity/brighterscript/pull/1281))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#175---2024-09-26). Notable changes since 1.7.4:



## [2.50.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.49.1...v2.50.0) - 2024-09-23
### Added
- ability to install a missing bsc version ([#583](https://github.com/rokucommunity/vscode-brightscript-language/pull/583))
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brightscript",
"displayName": "BrightScript Language",
"version": "2.50.0",
"version": "2.50.1",
"publisher": "RokuCommunity",
"description": "Language support for Roku's BrightScript language.",
"author": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.67.6",
"brighterscript-formatter": "^1.7.4",
"brighterscript": "^0.67.7",
"brighterscript-formatter": "^1.7.5",
"clone-deep": "^4.0.1",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
Expand All @@ -78,7 +78,7 @@
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"resolve": "^1.22.8",
"roku-debug": "^0.21.10",
"roku-debug": "^0.21.11",
"roku-deploy": "^3.12.1",
"roku-test-automation": "^2.0.10",
"semver": "^7.1.3",
Expand Down

0 comments on commit 310f19f

Please sign in to comment.