diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc8199..c49faf0 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 +## [1.0.0-alpha.42](https://github.com/rokucommunity/bslint/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) - 2024-01-21 +### Added + - Adds `allow-implicit` for type annotations ([#133](https://github.com/rokucommunity/bslint/pull/133)) +### Changed + - upgrade to [brighterscript@1.0.0-alpha.42](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha42---2025-01-17) +### Fixed + - Actually add name property to plugin classes ([#137](https://github.com/rokucommunity/bslint/pull/137)) + + + ## [1.0.0-alpha.41](https://github.com/rokucommunity/bslint/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) - 2024-10-20 ### Changed - upgrade to [brighterscript@1.0.0-alpha.41](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha41---2024-10-20) diff --git a/package-lock.json b/package-lock.json index 2063fdf..d5c4c03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1425,7 +1425,6 @@ "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-1.0.0-alpha.42.tgz", "integrity": "sha512-yS+N1CTWLZidHPpMCftK39F2zMLHTff6LwBYA0J9poHUxcfIssuvgxH0Mquj+mRxVOyx1uQu1aHEnjyZFfJshQ==", "dev": true, - "license": "MIT", "dependencies": { "@rokucommunity/bslib": "^0.1.1", "@rokucommunity/logger": "^0.3.9",