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

Commit dda93df

Browse files
authored
1.3.0 (#2581)
* 1.3.0 * fix
1 parent 0c44862 commit dda93df

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.3.0
2+
3+
- `non_constant_identifier_names` updated to check local variables, for-loop
4+
initializers and catch clauses
5+
- error range of `lines_longer_than_80_chars` updated to start at 80 to make
6+
splitting easier
7+
- new lint: `require_trailing_commas`
8+
- new lint: `prefer_null_aware_method_calls`
9+
110
# 1.2.1
211

312
- fix: adjusted SDK lower bound to 2.12.0-0 (from 2.13.0-0)

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.2.1';
6+
const String version = '1.3.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.2.1
2+
version: 1.3.0
33

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

0 commit comments

Comments
 (0)