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

Commit afde8f4

Browse files
committed
1 parent 4640d54 commit afde8f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.8
2+
3+
* Fix to protect against errors in linting invalid source (dart-lang/sdk#24910).
4+
* Added `avoid_empty_else` lint rule (dart-lang/sdk#224936).
5+
16
# 0.1.7
27

38
* Fix to `package_api_docs` (dart-lang/sdk#24947; #154).

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.7
2+
version: 0.1.8
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)