From 4eaae25b00f3c29935ab0d804b8711cf9a645519 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 8 Mar 2022 14:21:40 -0800 Subject: [PATCH] 1.19.2 (#3280) * 1.19.2 * no separate section --- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b431833d5..5b56d4493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.19.1 +# 1.19.2 - new lint: `use_super_initializers` - new lint: `use_enums` diff --git a/lib/src/version.dart b/lib/src/version.dart index e7a3c9dbc..6ad379d9e 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -3,4 +3,4 @@ // BSD-style license that can be found in the LICENSE file. /// Package version. Synchronized w/ pubspec.yaml. -const String version = '1.19.1'; +const String version = '1.19.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 26835c50a..851366f95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linter -version: 1.19.1 +version: 1.19.2 description: >- The implementation of the lint rules supported by the analyzer framework.