diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a1939e..1a236d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.45.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.45.3...v2.45.4) - 2023-11-16 +### Changed + - upgrade to [roku-debug@0.20.13](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02013---2023-11-16). Notable changes since 0.20.12: + - Fix bug with compile error reporting ([roku-debug#174](https://github.com/rokucommunity/roku-debug/pull/174)) + + + ## [2.45.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.45.2...v2.45.3) - 2023-11-15 ### Changed - Shorten the timeout for device-info query ([#525](https://github.com/rokucommunity/vscode-brightscript-language/pull/525)) diff --git a/package-lock.json b/package-lock.json index 251df2cc..a1b3327f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.20.12", + "roku-debug": "^0.20.13", "roku-deploy": "^3.10.5", "roku-test-automation": "2.0.0-beta.22", "semver": "^7.1.3", @@ -8976,9 +8976,9 @@ } }, "node_modules/roku-debug": { - "version": "0.20.12", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.12.tgz", - "integrity": "sha512-0047ClNzYbzkbuUZ1y3uu54wlEKT4irYE9LivVW4JKIXM7/iYiodgBLYmVDdgKNugM4mxDmcYjd89oTs3uFheQ==", + "version": "0.20.13", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.13.tgz", + "integrity": "sha512-QDp6KS9R+iiDcvV5G4n9gAWzpczVzwGiYjJjd5cyyP1217nSJZTeazg9/K98X28DeKKs4/NmFLndjFu8X/oBYA==", "dependencies": { "@rokucommunity/logger": "^0.3.3", "@types/request": "^2.48.8", @@ -18126,9 +18126,9 @@ } }, "roku-debug": { - "version": "0.20.12", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.12.tgz", - "integrity": "sha512-0047ClNzYbzkbuUZ1y3uu54wlEKT4irYE9LivVW4JKIXM7/iYiodgBLYmVDdgKNugM4mxDmcYjd89oTs3uFheQ==", + "version": "0.20.13", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.13.tgz", + "integrity": "sha512-QDp6KS9R+iiDcvV5G4n9gAWzpczVzwGiYjJjd5cyyP1217nSJZTeazg9/K98X28DeKKs4/NmFLndjFu8X/oBYA==", "requires": { "@rokucommunity/logger": "^0.3.3", "@types/request": "^2.48.8", diff --git a/package.json b/package.json index 69727892..1aba97a7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.20.12", + "roku-debug": "^0.20.13", "roku-deploy": "^3.10.5", "roku-test-automation": "2.0.0-beta.22", "semver": "^7.1.3",