We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fef7b76 + 0fd7e57 commit ab1f387Copy full SHA for ab1f387
extensions/image-processing-api/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Version 0.1.1
2
+
3
+Updated POSTINSTALL parameters.
4
5
## Version 0.1.0
6
7
Stable release with documentation.
extensions/image-processing-api/extension.yaml
@@ -1,5 +1,5 @@
name: image-processing-api
-version: 0.1.0
+version: 0.1.1
specVersion: v1beta
displayName: Image Processing API
@@ -34,7 +34,7 @@ resources:
34
- name: handler
35
type: firebaseextensions.v1beta.function
36
description: >-
37
- Serves a API accepting incoming HTTP requests.
+ Serves a API accepting incoming HTTP requests.
38
properties:
39
location: ${param:LOCATION}
40
runtime: nodejs14
0 commit comments