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

Commit e528147

Browse files
committed
Update to 0.1.9.
* Fixes `type_annotate_public_apis`. BUG= [email protected] Review URL: https://codereview.chromium.org//1492973002 .
1 parent 978780d commit e528147

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
# 0.1.9
3+
4+
* Fix `type_annotate_public_apis` to properly handle getters/setters (#151; dart-lang/sdk#25092).
5+
16
# 0.1.8
27

38
* Fix to protect against errors in linting invalid source (dart-lang/sdk#24910).

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 0.1.8
2+
version: 0.1.9
33
author: Dart Team <[email protected]>
44
description: Style linter for Dart.
55
homepage: https://github.com/dart-lang/linter

0 commit comments

Comments
 (0)