Skip to content

Commit d6370fb

Browse files
authored
1 parent fd28be2 commit d6370fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/firehose/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.12.1-wip
22

33
- Make the PR health output less verbose by collapsing warnings by default.
4+
- Bump dart_apitool to fix errors with equal types being reported as different.
45

56
## 0.12.0
67

pkgs/firehose/lib/src/health/health.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'changelog.dart';
1717
import 'coverage.dart';
1818
import 'license.dart';
1919

20-
const apiToolHash = '4377249ec08f0fa508298077eae236f24f315e19';
20+
const apiToolHash = '8654b768219d5707cdade72fdd80cf915e9d46b8';
2121

2222
enum Check {
2323
license('License Headers', 'license'),

0 commit comments

Comments
 (0)