diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d6813013..a9e6e47780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.2.1 * Fix rule and metrics excludes for monorepos. * Improve static code diagnostics `avoid-unused-parameters`, `prefer-match-file-name`. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad243ce803..385da03e5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ To set this up: ```yaml name: dart_code_metrics_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. - version: 4.2.0 + version: 4.2.1 environment: sdk: '>=2.12.0 <3.0.0' diff --git a/README.md b/README.md index 754e300bd6..6faf842066 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ A plugin for the Dart `analyzer` [package](https://pub.dev/packages/analyzer) pr ```yaml dev_dependencies: - dart_code_metrics: ^4.2.0 + dart_code_metrics: ^4.2.1 ``` and then run diff --git a/pubspec.yaml b/pubspec.yaml index 484f7b7bdf..37194b7092 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_code_metrics -version: 4.2.0 +version: 4.2.1 description: Software analytics tool that helps developers analyse and improve software quality. homepage: https://dartcodemetrics.dev repository: https://github.com/dart-code-checker/dart-code-metrics diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 0a1e7c9de1..d9e3676b99 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -1,9 +1,9 @@ name: dart_code_metrics_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. -version: 4.2.0 +version: 4.2.1 environment: sdk: ">=2.12.0 <3.0.0" dependencies: - dart_code_metrics: ^4.2.0 + dart_code_metrics: ^4.2.1