Skip to content

Commit

Permalink
Update to 0.1.9.
Browse files Browse the repository at this point in the history
* Fixes `type_annotate_public_apis`.

BUG=
[email protected]

Review URL: https://codereview.chromium.org//1492973002 .
  • Loading branch information
pq committed Dec 2, 2015
1 parent 978780d commit e528147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

# 0.1.9

* Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart-lang/sdk#25092).

# 0.1.8

* Fix to protect against errors in linting invalid source (dart-lang/sdk#24910).
Expand Down
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.8
version: 0.1.9
author: Dart Team <[email protected]>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
Expand Down

0 comments on commit e528147

Please sign in to comment.