Skip to content

Commit 0839c6d

Browse files
author
Takeharu Oshida
committed
Bump version from 0.4.1 to 0.4.2
1 parent 8614c7f commit 0839c6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

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+
37
### Ver 0.4.1
48

59
* #23, #25 [Support React 16.x](https://github.com/georgeOsdDev/react-fileupload-progress/pull/25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fileupload-progress",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "React component which render progress of fileupload",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)