From d25ed85c1fa57ff123e760edef1586216cf5e242 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 14 Jun 2024 15:58:46 -0400 Subject: [PATCH] Update changelog for v0.67.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d497b2586..cb145caab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.67.3](https://github.com/rokucommunity/brighterscript/compare/v0.67.2...v0.67.3) - 2024-06-14 +### Changed + - Flag using devDependency in production code ([#1222](https://github.com/rokucommunity/brighterscript/pull/1222)) +### Fixed + - Fix crash with missing scope ([#1234](https://github.com/rokucommunity/brighterscript/pull/1234)) + - fix: conform bsconfig.schema.json to strict types ([#1205](https://github.com/rokucommunity/brighterscript/pull/1205)) + + + ## [0.67.2](https://github.com/rokucommunity/brighterscript/compare/v0.67.1...v0.67.2) - 2024-06-03 ### Changed - Fix crash with optional chaining in signature help ([#1207](https://github.com/rokucommunity/brighterscript/pull/1207))