Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit f9aee2c

Browse files
authored
0.1.124 (#2337)
1 parent 1ef6479 commit f9aee2c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.124
2+
3+
* fixed false positives in `prefer_constructors_over_static_methods`
4+
* updated `package_names` to allow leading underscores
5+
16
# 0.1.123
27

38
* fixed NPEs in `unnecessary_null_checks`

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '0.1.123';
6+
const String version = '0.1.124';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 0.1.123
2+
version: 0.1.124
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)