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

Commit 5ee6393

Browse files
authored
1.13.0 (#3021)
* 1.13.0 * 1.13.0 * + while(true) fix
1 parent 192e804 commit 5ee6393

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.13.0
2+
3+
- allow `while (true) { ...}` in `literal_only_boolean_expressions`
4+
- fixed `file_names` to report at the start of the file (not the entire
5+
compilation unit)
6+
- fixed `prefer_collection_literals` named typed param false positive
7+
- control flow improvements for `use_build_context_synchronously`
8+
19
# 1.12.0
210

311
- fixed `unnecessary_lambdas` false positive for const constructor invocations

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.12.0';
6+
const String version = '1.13.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.12.0
2+
version: 1.13.0
33

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

0 commit comments

Comments
 (0)