1.19.2 (#3280)

* 1.19.2

* no separate section
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b431833..5b56d44 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 e7a3c9d..6ad379d 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 26835c5..851366f 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.