Skip to content

Commit

Permalink
0.1.105+1 (dart-lang#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Dec 5, 2019
1 parent f2a2687 commit 395d718
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.105+1

* fixed regressions in `always_require_non_null_named_parameters`
* (internal) pedantic lint clean-up

# 0.1.105

* hardened check for lib dir location (fixing crashes in `avoid_renaming_method_parameters`,
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 = '0.1.105';
const String version = '0.1.105+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: 0.1.105
version: 0.1.105+1

author: Dart Team <misc@dartlang.org>

Expand Down

0 comments on commit 395d718

Please sign in to comment.