From 4d511447684a7dd9186340e83070ab9e25470a9c Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 25 Sep 2024 19:01:34 -0400 Subject: [PATCH] Update changelog for v0.21.11 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db51eca..21df302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.21.11](https://github.com/rokucommunity/roku-debug/compare/v0.21.10...0.21.11) - 2024-09-25 +### Changed + - upgrade to [brighterscript@0.67.7](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0677---2024-09-25). Notable changes since 0.67.4: + - Ast node clone ([brighterscript#1281](https://github.com/rokucommunity/brighterscript/pull/1281)) + - Add support for resolving sourceRoot at time of config load ([brighterscript#1290](https://github.com/rokucommunity/brighterscript/pull/1290)) + - Add support for roIntrinsicDouble ([brighterscript#1291](https://github.com/rokucommunity/brighterscript/pull/1291)) + - Add plugin naming convention ([brighterscript#1284](https://github.com/rokucommunity/brighterscript/pull/1284)) + - Add templatestring support for annotation.getArguments() ([brighterscript#1264](https://github.com/rokucommunity/brighterscript/pull/1264)) + + + ## [0.21.10](https://github.com/rokucommunity/roku-debug/compare/v0.21.9...0.21.10) - 2024-07-24 ### Changed - Prevent crash when rokuAdapter is not defined. ([#194](https://github.com/rokucommunity/roku-debug/pull/194)) diff --git a/package-lock.json b/package-lock.json index 5fcf49e..fe773a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@rokucommunity/logger": "^0.3.9", "@types/request": "^2.48.8", - "brighterscript": "^0.67.4", + "brighterscript": "^0.67.7", "dateformat": "^4.6.3", "debounce": "^1.2.1", "eol": "^0.9.1", @@ -1523,9 +1523,9 @@ } }, "node_modules/brighterscript": { - "version": "0.67.4", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.67.4.tgz", - "integrity": "sha512-1EbX2Po9WbIyi4r557fk6txkYR0VvbnGm1caS9AVlVek2R6d9+QsQxr+f24PePM4l/TOBvZ1JieBt6NheM4P2Q==", + "version": "0.67.7", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.67.7.tgz", + "integrity": "sha512-KvHM3U4AVu3cOprwmWCOjg8Z7eMkehEJJeDp2PABVnT4GcqwOxtObOUITDJiJ5EuPSsmBlCzt1v3eTywyy7hTw==", "dependencies": { "@rokucommunity/bslib": "^0.1.1", "@rokucommunity/logger": "^0.3.9", @@ -7216,9 +7216,9 @@ } }, "brighterscript": { - "version": "0.67.4", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.67.4.tgz", - "integrity": "sha512-1EbX2Po9WbIyi4r557fk6txkYR0VvbnGm1caS9AVlVek2R6d9+QsQxr+f24PePM4l/TOBvZ1JieBt6NheM4P2Q==", + "version": "0.67.7", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.67.7.tgz", + "integrity": "sha512-KvHM3U4AVu3cOprwmWCOjg8Z7eMkehEJJeDp2PABVnT4GcqwOxtObOUITDJiJ5EuPSsmBlCzt1v3eTywyy7hTw==", "requires": { "@rokucommunity/bslib": "^0.1.1", "@rokucommunity/logger": "^0.3.9", diff --git a/package.json b/package.json index 2cb943d..6cd7aea 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "dependencies": { "@rokucommunity/logger": "^0.3.9", "@types/request": "^2.48.8", - "brighterscript": "^0.67.4", + "brighterscript": "^0.67.7", "dateformat": "^4.6.3", "debounce": "^1.2.1", "eol": "^0.9.1",