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

Commit 1d26758

Browse files
authored
0.1.123 (#2329)
1 parent 4d908fa commit 1d26758

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.123
2+
3+
* fixed NPEs in `unnecessary_null_checks`
4+
15
# 0.1.122
26

37
* fixed NPE 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.122';
6+
const String version = '0.1.123';

pubspec.yaml

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

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

0 commit comments

Comments
 (0)