Skip to content

Commit 981e8dd

Browse files
authored
Merge pull request #49 from pointcloudtechnology/release-6-0-0
2 parents 35c8681 + e690823 commit 981e8dd

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### BREAKING
9-
When an upload is cancelled, the file list is now completely removed. This was always explained like this in the readme, but the code didn't do it.
10-
So this is technically a small bug fix, but for anyone who relied on the previous behavior, it's a breaking change.
11-
128
### Added
139

1410
### Fixed
15-
Fix cancellation of uploads (#48)
1611

1712
### Changed
1813

1914
### Removed
2015

16+
## [6.0.0]
17+
### BREAKING
18+
When an upload is cancelled, the file list is now completely removed. This was always explained like this in the readme, but the code didn't do it.
19+
So this is technically a small bug fix, but for anyone who relied on the previous behavior, it's a breaking change.
20+
21+
### Fixed
22+
Fix cancellation of uploads (#48)
23+
2124
## [5.0.0]
2225
### BREAKING
2326
* The option `prioritizeFirstAndLastChunks` was removed with #46

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pointcloudtechnology/resumablejs",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.",
55
"main": "dist/main.js",
66
"private": false,

0 commit comments

Comments
 (0)