We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603a2f2 commit 591a455Copy full SHA for 591a455
.github/workflows/quality_gate.yml
@@ -1,7 +1,6 @@
1
name: Quality gate
2
3
on:
4
- pull_request_target:
5
push:
6
branches:
7
- '**'
CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.9.4
+
+- Remove superfluous error log (@simonbengtsson)
+- Update http dependency
## 0.9.3
8
- Add support for signInWithCustomToken authentication (@eximius313)
pubspec.yaml
@@ -1,6 +1,6 @@
name: firedart
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
-version: 0.9.3
+version: 0.9.4
homepage: https://github.com/cachapa/firedart
environment:
0 commit comments