We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb57b2 commit efe6040Copy full SHA for efe6040
History.md
@@ -1,3 +1,8 @@
1
+0.1.7 / 2014-10-09
2
+==================
3
+
4
+ * #58 improved support for IE9
5
6
0.1.6 / 2014-10-04
7
==================
8
package.json
@@ -8,7 +8,7 @@
"express",
9
"middleware"
10
],
11
- "version": "0.1.6",
+ "version": "0.1.7",
12
"dependencies": {
13
"formidable": ">=1.0.11",
14
"imagemagick": ">=0.1.2",
@@ -29,6 +29,6 @@
29
"scripts": {
30
"test": "echo \"Error: no test specified\" && exit 1"
31
},
32
- "_id": "jquery-file-upload-middleware@0.1.6",
+ "_id": "jquery-file-upload-middleware@0.1.7",
33
"license": "MIT"
34
}
0 commit comments