Skip to content

Commit

Permalink
Update changelog for v2.38.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jan 12, 2023
1 parent 0ed210a commit 5107d81
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 51 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.38.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.38.3...v2.38.4) - 2023-01-12
### Changed
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#393---2023-01-12)
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0180---2023-01-12)
- Execute command for repl expressions ([roku-debug#119](https://github.com/rokucommunity/roku-debug/pull/119))
- Fix inifinite-spin for unloaded vars ([roku-debug#120](https://github.com/rokucommunity/roku-debug/pull/120))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0613---2023-01-12). Notable changes since 0.61.2:
- Add diagnostic for passing more than 5 arguments to a callFunc ([brighterscript#765](https://github.com/rokucommunity/brighterscript/pull/765))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1623---2023-01-12)
### Fixed
- rdb keypaths and focus scrolling ([#455](https://github.com/rokucommunity/vscode-brightscript-language/pull/455))



## [2.38.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.38.2...v2.38.3) - 2022-12-15
### Changed
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0173---2022-12-15). Notable changes since 0.17.1:
Expand Down
94 changes: 47 additions & 47 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
Expand Up @@ -54,8 +54,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.61.2",
"brighterscript-formatter": "^1.6.22",
"brighterscript": "^0.61.3",
"brighterscript-formatter": "^1.6.23",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
"fast-xml-parser": "^3.12.16",
Expand All @@ -69,8 +69,8 @@
"node-cache": "^4.2.0",
"node-ssdp": "^4.0.0",
"pretty-bytes": "^5.6.0",
"roku-debug": "^0.17.3",
"roku-deploy": "^3.9.2",
"roku-debug": "^0.18.0",
"roku-deploy": "^3.9.3",
"roku-test-automation": "^2.0.0-beta.11",
"semver": "^7.1.3",
"source-map": "^0.7.3",
Expand Down

0 comments on commit 5107d81

Please sign in to comment.