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.
1 parent 775b95d commit a1496c4Copy full SHA for a1496c4
storage-resize-images/CHANGELOG.md
@@ -0,0 +1,2 @@
1
+## Version 0.1.1
2
+fixed - Fixed bug where certain edge cases led to already resized image being resized again (issue #7).
storage-resize-images/extension.yaml
@@ -14,7 +14,7 @@
14
15
name: storage-resize-images
16
specVersion: v1beta
17
-version: 0.1.0
+version: 0.1.1
18
license: Apache-2.0
19
20
displayName: Resize Images
@@ -24,7 +24,7 @@ description:
24
25
billingRequired: false
26
sourceUrl: https://github.com/firebase/extensions/tree/master/storage-resize-images
27
-releaseNotesUrl: https://github.com/firebase/extensions/commits/master
+releaseNotesUrl: https://github.com/firebase/extensions/releases
28
29
author:
30
authorName: Firebase
0 commit comments