Skip to content

Commit

Permalink
Update changelog for v2.48.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jun 4, 2024
1 parent 92b7cb3 commit 9674d03
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.48.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.48.3...v2.48.4) - 2024-06-04
### Added
- Prompt to restart lsp if it has stopped ([#575](https://github.com/rokucommunity/vscode-brightscript-language/pull/575))
### Changed
- Fix shows key path info bug in scenegraph inspector ([#574](https://github.com/rokucommunity/vscode-brightscript-language/pull/574))
- Small lsp tweaks ([#572](https://github.com/rokucommunity/vscode-brightscript-language/pull/572))
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0219---2024-06-03). Notable changes since 0.21.8:
- Prevent corrupted breakpoints due to invalid sourceDirs, add more logging ([roku-debug#189](https://github.com/rokucommunity/roku-debug/pull/189))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0672---2024-06-03). Notable changes since 0.67.1:
- Fix crash with optional chaining in signature help ([brighterscript#1207](https://github.com/rokucommunity/brighterscript/pull/1207))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#173---2024-06-03)



## [2.48.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.48.2...v2.48.3) - 2024-05-20
### Changed
- Improve manual ip address component UI design ([#570](https://github.com/rokucommunity/vscode-brightscript-language/pull/570))
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.67.1",
"brighterscript-formatter": "^1.7.2",
"brighterscript": "^0.67.2",
"brighterscript-formatter": "^1.7.3",
"clone-deep": "^4.0.1",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
Expand All @@ -77,7 +77,7 @@
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"resolve": "^1.22.8",
"roku-debug": "^0.21.8",
"roku-debug": "^0.21.9",
"roku-deploy": "^3.12.0",
"roku-test-automation": "^2.0.6",
"semver": "^7.1.3",
Expand Down

0 comments on commit 9674d03

Please sign in to comment.