From e1329b1297cb56aacbb10fa1794a6e45183b2cd4 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 13 Apr 2024 03:22:45 +0200 Subject: [PATCH] changelog for 7.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da1e43d93..01d0eeb86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 7.1.1 + +A small patch release with an important bugfix that was asked by the community for a long time: + +* Fix issue with exif resizing of thumbnail that messed up the files. fix dropzone/dropzone#1967 + PR dropzone/dropzone#2001 by @kaymes + ## 7.1.0 With this release, we drop deprecated and old things, and bring back the test suite. diff --git a/package.json b/package.json index 1c640b22b..3a5efc56b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deltablot/dropzone", - "version": "7.1.0", + "version": "7.1.1", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop",