Skip to content

Commit

Permalink
chore: Update CHANGELOG for version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink committed Jan 21, 2025
1 parent d986abd commit 03c3314
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/yumemi_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ Examples of version updates are as follows:
> [!NOTE]
> Changes to `tools/update_lint_rules` don't affect versioning.
## 2.2.1
## 3.0.0

### Changed

- Removed lint rules as they are now marked as "removed" in the upstream Dart SDK [dart-lang/sdk/pkg/linter/tool/machine/rules.json@762a4c7]. This is an intentional change as these rules have been officially deprecated:
- `package_api_docs`
- `unsafe_html`

### Improvements

Expand Down Expand Up @@ -127,3 +133,5 @@ Examples of version updates are as follows:
<!-- Links -->

[Semantic Versioning 2.0.0]: https://semver.org/spec/v2.0.0.html

[dart-lang/sdk/pkg/linter/tool/machine/rules.json@762a4c7]: https://github.com/dart-lang/sdk/blob/762a4c7e9147c028b28723e8fb2e04a717010c97/pkg/linter/tool/machine/rules.json

0 comments on commit 03c3314

Please sign in to comment.