From 1aad223d3ac1b745ba98639a156eee6a8f256ff7 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 9 Aug 2024 10:33:38 -0400 Subject: [PATCH] update changelog for v1.0.0-alpha.36 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e82d8c..c8fbb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [1.0.0-alpha.36](https://github.com/rokucommunity/bslint/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) - 2024-08-09 +### Changed + - upgrade to [brighterscript@1.0.0-alpha.36](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha36---2024-08-09) + - Removed brighterscript as a peer-dependency because it keeps causing issues with the alpha releases ([#126](https://github.com/rokucommunity/bslint/pull/126)) + + + ## [1.0.0-alpha.35](https://github.com/rokucommunity/bslint/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) - 2024-08-01 ### Added - name shadowing lint rule ([#124](https://github.com/rokucommunity/bslint/pull/124))