diff --git a/CHANGELOG.md b/CHANGELOG.md index ec07e7cd..48e26a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.66.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.66.0...v2.66.1) - 2026-05-26 +### Fixed + - Webview panels such as the SceneGraph Inspector not rendering ([#808](https://github.com/rokucommunity/vscode-brightscript-language/pull/808)) + + + ## [2.66.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.65.0...v2.66.0) - 2026-05-22 ### Added - Add filter dropdown to the Devices view ([#790](https://github.com/rokucommunity/vscode-brightscript-language/pull/790)) diff --git a/package-lock.json b/package-lock.json index 90c90522..aa61aa4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brightscript", - "version": "2.66.0", + "version": "2.66.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "brightscript", - "version": "2.66.0", + "version": "2.66.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1c4d497e..793f050c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "brightscript", "displayName": "BrightScript Language", - "version": "2.66.0", + "version": "2.66.1", "publisher": "RokuCommunity", "description": "Language support for Roku's BrightScript language.", "author": {