Skip to content

Commit 68b1748

Browse files
2 parents 80b63fe + a2ac251 commit 68b1748

File tree

3 files changed

+92
-22
lines changed

3 files changed

+92
-22
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [2.22.2] - 2021-06-01
10+
[2.22.2]: https://github.com/RokuCommunity/vscode-brightscript-language/compare/v2.22.1...v2.22.2
11+
### Fixed
12+
- extension crash due to a missing dependency in roku-deploy
13+
### Changed
14+
- updated to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0393---2021-06-01) which includes [email protected]
15+
- updated to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#082---2021-05-28) which includes [email protected]
16+
- updated to [[email protected]](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#341---2021-06-01)
17+
18+
19+
920
## [2.22.1] - 2021-05-28
1021
[2.22.1]: https://github.com/RokuCommunity/vscode-brightscript-language/compare/v2.22.0...v2.22.1
1122
### Changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.22.1",
4+
"version": "2.22.2",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"array-sort": "^1.0.0",
4848
"backoff": "^2.5.0",
49-
"brighterscript": "^0.39.2",
49+
"brighterscript": "^0.39.3",
5050
"brighterscript-formatter": "^1.6.0",
5151
"debounce": "^1.2.0",
5252
"dotenv": "^6.2.0",
@@ -70,8 +70,8 @@
7070
"q": "^1.5.1",
7171
"replace-in-file": "^4.1.0",
7272
"replace-last": "^1.2.6",
73-
"roku-debug": "^0.8.2",
74-
"roku-deploy": "^3.4.0",
73+
"roku-debug": "^0.8.3",
74+
"roku-deploy": "^3.4.1",
7575
"semver": "^7.1.3",
7676
"serialize-error": "^5.0.0",
7777
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)