Skip to content

Commit cb1eb26

Browse files
committed
update release notes for 3/5/2020
1 parent 2b8bbc2 commit cb1eb26

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

firestore-bigquery-export/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 0.1.2
2+
3+
fixed - adding "IF NOT EXISTS" to safely run script multiple times
4+
fixed - updating bigquery library
5+
16
## Version 0.1.1
27

38
fixed - Fixed occasional duplicate rows created in the BigQuery backup table (issue #101).

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
version: 0.1.1
16+
version: 0.1.2
1717
specVersion: v1beta
1818

1919
displayName: Export Collections to BigQuery

firestore-send-email/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.4
2+
3+
feature - Updated "Default FROM address" parameter to accept either an email address _or_ a name plus email address.
4+
15
## Version 0.1.3
26

37
fixed - Disables HTML escaping for plain text fields when using the `templates` option.

firestore-send-email/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-send-email
16-
version: 0.1.3
16+
version: 0.1.4
1717
specVersion: v1beta
1818

1919
displayName: Trigger Email

storage-resize-images/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.5
2+
3+
fixed - ensure content type is always available (issue #175)
4+
15
## Version 0.1.4
26

37
fixed - Fixed bug where name of resized file was missing original name if there was no file extension (issue #20).

storage-resize-images/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: storage-resize-images
16-
version: 0.1.4
16+
version: 0.1.5
1717
specVersion: v1beta
1818

1919
displayName: Resize Images

0 commit comments

Comments
 (0)