Skip to content

Commit

Permalink
Bump to 0.1.13.
Browse files Browse the repository at this point in the history
BUG=
R=brianwilkerson@google.com

Review URL: https://codereview.chromium.org//1782643002 .
  • Loading branch information
pq committed Mar 9, 2016
1 parent 362ecef commit a602895
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 0.1.13

* Fix to skip overriding members in API doc checks (`public_member_api_docs`).
* Fix to suppress lints on synthetic nodes/tokens (#193).
* Message fixes (`annotate_overrides`, `public_member_api_docs`).
* Fix to exclude setters from return type checks (#192).

# 0.1.12

* Fix to address `LibraryNames` regexp that in pathological cases went exponential.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: linter
version: 0.1.12
version: 0.1.13
author: Dart Team <misc@dartlang.org>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
Expand Down

0 comments on commit a602895

Please sign in to comment.