Skip to content

Commit

Permalink
1.19.1 (#3276)
Browse files Browse the repository at this point in the history
* typo fixes

* 1.19.1
  • Loading branch information
pq authored Mar 8, 2022
1 parent a88e474 commit 70db7c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 1.19.0
# 1.19.1

- new lint: `user_super_initializers`
- new lint: `use_super_initializers`
- new lint: `use_enums`
- new lint: `used_colored_box`
- new lint: `use_colored_box`
- performance improvements for `sort_constructors`
- doc improvements for `always_use_package_imports`,
`avoid_print`, and `avoid_relative_lib_imports`
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.0';
const String version = '1.19.1';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 1.19.0
version: 1.19.1

description: >-
The implementation of the lint rules supported by the analyzer framework.
Expand Down

0 comments on commit 70db7c8

Please sign in to comment.