From 6edfc69df841ee8cbf0ee047228ebb7ec262c956 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 31 Oct 2023 10:54:53 -0400 Subject: [PATCH] Update changelog for v2.44.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8960c40b..f3df5b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.44.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.44.0...v2.44.1) - 2023-10-31 +### Changed + - Enhance host picker during launch ([#512](https://github.com/rokucommunity/vscode-brightscript-language/pull/512)) + - Add link for ECP registry ([#511](https://github.com/rokucommunity/vscode-brightscript-language/pull/511)) + - Add brs to releases script ([5c6622b](https://github.com/rokucommunity/vscode-brightscript-language/commit/5c6622b)) + - upgrade to [roku-debug@0.20.8](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0208---2023-10-31). Notable changes since 0.20.7: + - Clean up control socket when it's closed ([roku-debug#166](https://github.com/rokucommunity/roku-debug/pull/166)) + + + ## [2.44.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.43.1...v2.44.0) - 2023-10-16 ### Added - ability to capture device screenshots ([#505](https://github.com/rokucommunity/vscode-brightscript-language/pull/505)) diff --git a/package-lock.json b/package-lock.json index d8165d47..bb2c0601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.20.7", + "roku-debug": "^0.20.8", "roku-deploy": "^3.10.3", "roku-test-automation": "^2.0.0-beta.20", "semver": "^7.1.3", @@ -8846,9 +8846,9 @@ } }, "node_modules/roku-debug": { - "version": "0.20.7", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.7.tgz", - "integrity": "sha512-9EGzU0Coz/AtUWR1Wsl1fhDv1CBPylpafuANuqC6i1066tee5Eqr06MKX5MPNXrEuPH0DT2IDyvWA+K4kkt1xA==", + "version": "0.20.8", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.8.tgz", + "integrity": "sha512-4+fjV8K/MfDrqqXLM3rLC8v2RMMnmyk6qW8P61jW9K+r3ZSLz3nvdWuym2H1/xU/IBlP+FlhudR28qnAvHdYzg==", "dependencies": { "@rokucommunity/logger": "^0.3.3", "@types/request": "^2.48.8", @@ -17991,9 +17991,9 @@ } }, "roku-debug": { - "version": "0.20.7", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.7.tgz", - "integrity": "sha512-9EGzU0Coz/AtUWR1Wsl1fhDv1CBPylpafuANuqC6i1066tee5Eqr06MKX5MPNXrEuPH0DT2IDyvWA+K4kkt1xA==", + "version": "0.20.8", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.8.tgz", + "integrity": "sha512-4+fjV8K/MfDrqqXLM3rLC8v2RMMnmyk6qW8P61jW9K+r3ZSLz3nvdWuym2H1/xU/IBlP+FlhudR28qnAvHdYzg==", "requires": { "@rokucommunity/logger": "^0.3.3", "@types/request": "^2.48.8", diff --git a/package.json b/package.json index 50e4b69d..5c795b3f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.20.7", + "roku-debug": "^0.20.8", "roku-deploy": "^3.10.3", "roku-test-automation": "^2.0.0-beta.20", "semver": "^7.1.3",