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

Commit 4eaae25

Browse files
authored
1.19.2 (#3280)
* 1.19.2 * no separate section
1 parent 2282e83 commit 4eaae25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.19.1
1+
# 1.19.2
22

33
- new lint: `use_super_initializers`
44
- new lint: `use_enums`

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

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.19.1
2+
version: 1.19.2
33

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

0 commit comments

Comments
 (0)