update CHANGELOG.md

+ bump version to 0.4.1
This commit is contained in:
Sam
2020-12-31 11:47:55 +01:00
parent 2819d55b0e
commit 21e79c8883
41 changed files with 160 additions and 117 deletions

View File

@ -17,7 +17,7 @@ export const getFileSizeInMB = fileSize => {
return (!fileSize && 0) || +value.toFixed(2)
}
export const version = '0.4.0' // version stored in 'utils' for now
export const version = '0.4.1' // version stored in 'utils' for now
export const apiUrl =
process.env.NODE_ENV === 'production'
? '/api/'