Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 68e542a

Browse files
committed
Bump version. Add to CHANGELOG
1 parent 2710394 commit 68e542a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/cloud_functions/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.5
2+
3+
* Added missing dependency and set ios deployment target to 6.0 in podspec.
4+
15
## 0.0.4
26

37
* Fixed podspec to use static_framework
@@ -22,4 +26,4 @@
2226
- With callables, Firebase Authentication and FCM tokens are
2327
automatically included in requests.
2428
- The functions.https.onCall trigger automatically deserializes
25-
the request body and validates auth tokens.
29+
the request body and validates auth tokens.

packages/cloud_functions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloud_functions
22
description: Flutter plugin for Cloud Functions.
3-
version: 0.0.4
3+
version: 0.0.5
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_functions
66

0 commit comments

Comments
 (0)