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

Commit 4066d43

Browse files
committed
0.1.105+1
1 parent f2a2687 commit 4066d43

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.105+1
2+
3+
* fixed regressions in `always_require_non_null_named_parameters`
4+
* (internal) pedantic lint clean-up
5+
16
# 0.1.105
27

38
* hardened check for lib dir location (fixing crashes in `avoid_renaming_method_parameters`,

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 = '0.1.105';
6+
const String version = '0.1.105+1';

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: 0.1.105
2+
version: 0.1.105+1
33

44
author: Dart Team <[email protected]>
55

0 commit comments

Comments
 (0)