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

Commit 14c916a

Browse files
authored
1.22.0 (#3322)
* 1.22.0 * whoops
1 parent 0559db7 commit 14c916a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.22.0
2+
3+
- fixed false positives for `unnecessary_getters_setters`
4+
and `prefer_final_fields`with enhanced enums
5+
- updated to analyzer 3.4.0 APIs
6+
- fixed null-safe variance in `invariant_booleans`
7+
18
# 1.21.2
29

310
- several `use_super_parameters` false positive fixes

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
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 = '1.21.2';
6+
const String version = '1.22.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.21.2
2+
version: 1.22.0
33

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

0 commit comments

Comments
 (0)