Skip to content

Commit 3f9aff9

Browse files
committed
v2.0.19: [flash] allow gif and bmp to resize
1 parent 1c7cd6b commit 3f9aff9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,12 @@ Button like link.
13951395
<a name="Changelog"></a>
13961396
## Changelog
13971397
1398+
### 2.0.19
1399+
<ul>
1400+
<li>#367: * [flash] allow gif and bmp to resize</li>
1401+
</ul>
1402+
1403+
13981404
### 2.0.18
13991405
<ul>
14001406
<li>#364: * Camera#stop</li>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fileapi",
33
"exportName": "FileAPI",
4-
"version": "2.0.18",
4+
"version": "2.0.19",
55
"devDependencies": {
66
"connect-busboy": "~0.0.2",
77
"eventemitter2": "~0.4.13",

0 commit comments

Comments
 (0)