From 3ef41b9b8a41bf7146ddf0e9c87d08ba9da5eb1d Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 23 Apr 2024 17:55:00 +0200 Subject: [PATCH] changelog for 7.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d0eeb86..907ead336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.1.2 + +A small patch release with an important bugfix that was asked by the community for a long time: + +* fix: parallelChunkUploads should respect parallelUploads. fix dropzone/dropzone#2030 (based on PR dropzone/dropzone#2249 by @labor4) + ## 7.1.1 A small patch release with an important bugfix that was asked by the community for a long time: diff --git a/package.json b/package.json index 3a5efc56b..ece0b10cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deltablot/dropzone", - "version": "7.1.1", + "version": "7.1.2", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop",