Skip to content

Commit fe3eceb

Browse files
authored
chore(*): bump version & add changelogs (#1948)
1 parent 864a0d7 commit fe3eceb

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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.31
2+
3+
docs - updated the description of the `TEMPLATES_COLLECTION` parameter to clarify the use of handlebars templates.
4+
15
## Version 0.1.30
26

37
feature - add a new field "Tls Options" to allow users to specify TLS options for SMTP connections

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.30
16+
version: 0.1.31
1717
specVersion: v1beta
1818

1919
displayName: Trigger Email from Firestore

storage-resize-images/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Version 0.2.3
2+
3+
docs - add a sample explaining how to use custom events
4+
5+
docs - update the description of the `SHARP_OPTIONS` param to include an explanation of the `fit` option
6+
7+
feat - allow regenerating new tokens for resized images
8+
19
## Version 0.2.2
210

311
feature - allow custom fit option

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.2.2
16+
version: 0.2.3
1717
specVersion: v1beta
1818

1919
displayName: Resize Images

0 commit comments

Comments
 (0)