Skip to content

Commit

Permalink
Bumbed version number from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosabayomi committed Feb 11, 2024
1 parent 99c5531 commit eb3c797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.0.0

- Added chunk upload
- Added new UI type: elegant
- Fix: file persistent storage method, files are now stored as ObjectURL on https and base64 on http
- New: Added auto upload for files added to the UI when files are still uploading
- New: Added option display_file_sources: if set to false the file sources will not be listed on the default UI.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custup",
"version": "1.0.0",
"version": "1.0.1",
"description": "Highly customisable file upload library with zero dependencies",
"main": "src/custup.min.js",
"scripts": {
Expand Down

0 comments on commit eb3c797

Please sign in to comment.