From b2c8c5b1ed12faf191803632bec2bc5c61b169b6 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 5 Jul 2024 17:32:02 +0200 Subject: [PATCH] changelog for 7.1.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907ead336..2e5dd4da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.1.3 + +A very small patch release with a fix regarding the `form` attribute of the hidden `input` field. See dropzone/dropzone#2300. PR #11 by @bancer. + ## 7.1.2 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 8726c4806..8c156fdb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deltablot/dropzone", - "version": "7.1.2", + "version": "7.1.3", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop",