Skip to content

Commit 078fa2e

Browse files
committed
chore: changelog and version bump
1 parent 6becbd4 commit 078fa2e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog for dropzone
2+
3+
## 7.2.0
4+
5+
* feat: uuid: add fallback uuid generator for insecure contexts (PR #24 fix #22 by Dieter Oberkofler)
6+
* dev: minor: improve fallback uuid-generator (PR #27 by Erik Axel Nielsen)
7+
* dev: chore: bump yarnpkg from 4.2.2 to 4.5.3
8+
19
## 7.1.6
210

311
* Add support for MacOS 14+ filenames (PR #21 by @brentmartinmiller, fix #20)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deltablot/dropzone",
3-
"version": "7.1.6",
3+
"version": "7.2.0",
44
"description": "Handles drag and drop of files for you.",
55
"keywords": [
66
"dragndrop",
@@ -79,5 +79,5 @@
7979
"sinon": "^18.0.1",
8080
"sinon-chai": "^3.7.0"
8181
},
82-
"packageManager": "yarn@4.2.2"
82+
"packageManager": "yarn@4.5.3"
8383
}

0 commit comments

Comments
 (0)