We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8614c7f commit 0839c6dCopy full SHA for 0839c6d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change Log
2
3
+### Ver 0.4.2
4
+
5
+ * #30, #31 [Do not show success message when request failed](https://github.com/georgeOsdDev/react-fileupload-progress/pull/31)
6
7
### Ver 0.4.1
8
9
* #23, #25 [Support React 16.x](https://github.com/georgeOsdDev/react-fileupload-progress/pull/25)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-fileupload-progress",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "React component which render progress of fileupload",
"main": "./lib/index.js",
"scripts": {
0 commit comments