From ef16a638779f400a3bb0d239abea8173ff22b02d Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Mon, 17 Feb 2025 06:58:13 -0500 Subject: [PATCH] Update changelog for v2.55.3 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6494fd49..471537d8 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.55.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.55.2...v2.55.3) - 2025-02-17 +### Changed + - Add thumbnail to Roku AppOverlays grid #549 ([#614](https://github.com/rokucommunity/vscode-brightscript-language/pull/614)) + - upgrade to [roku-debug@0.21.22](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02122---2025-02-17). Notable changes since 0.21.21: + - Bump serialize-javascript and mocha ([roku-debug#224](https://github.com/rokucommunity/roku-debug/pull/224)) + - Centralize ECP request processing ([roku-debug#225](https://github.com/rokucommunity/roku-debug/pull/225)) + - Fixed an issue where the entry breakpoint could be hit by the end user if they manually restarted the app ([roku-debug#226](https://github.com/rokucommunity/roku-debug/pull/226)) + + + ## [2.55.2](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.55.1...v2.55.2) - 2025-02-13 ### Changed - upgrade to [roku-debug@0.21.21](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02121---2025-02-13). Notable changes since 0.21.20: diff --git a/package-lock.json b/package-lock.json index a9b83e93..010e0e47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", "resolve": "^1.22.8", - "roku-debug": "^0.21.21", + "roku-debug": "^0.21.22", "roku-deploy": "^3.12.4", "roku-test-automation": "^2.0.10", "semver": "^7.1.3", @@ -9162,9 +9162,9 @@ } }, "node_modules/roku-debug": { - "version": "0.21.21", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.21.21.tgz", - "integrity": "sha512-vrLU0KBa3VXeHNMKBVvDYPhupw8I84Cx/WybpSYdWGm6Q//rCs2PQOjF79kIjrUNAFyr2b3U5pChDC8efjmmTQ==", + "version": "0.21.22", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.21.22.tgz", + "integrity": "sha512-1HITKLIPwThNIIjb/Yebp6rSgEvEnDKGjUKX/MJKawnvZr1h6DT2smtdgYZze3BoYV22GVeZj6aL8AilfUBS3A==", "dependencies": { "@rokucommunity/logger": "^0.3.9", "@types/request": "^2.48.8", diff --git a/package.json b/package.json index e8369967..be13ed7b 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", "resolve": "^1.22.8", - "roku-debug": "^0.21.21", + "roku-debug": "^0.21.22", "roku-deploy": "^3.12.4", "roku-test-automation": "^2.0.10", "semver": "^7.1.3",