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

Commit 801314d

Browse files
authored
0.1.128 (#2421)
1 parent 93bd780 commit 801314d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.128
2+
3+
* new lint: `avoid_dynamic_calls`
4+
* (internal): updated `avoid_type_to_string` to use `addArgumentList` registry API
5+
* documentation improvements
6+
17
# 0.1.127
28

39
* fixed crash in `prefer_collection_literals` when there is no static parameter

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.127';
6+
const String version = '0.1.128';

pubspec.yaml

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

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

0 commit comments

Comments
 (0)