Skip to content

Commit d1007f5

Browse files
prep for release 2.1.2 (#15)
1 parent 89024e6 commit d1007f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### [v2.1.2] - 2026-01-23
6+
7+
- Import instead of require ( #14 )
8+
9+
### [v2.1.1] - 2026-01-21
10+
11+
- Pu/fix filehandle support ( #9 )
12+
513
### [v2.1.0] - 2018-05-18
614

715
- Remove babel-runtime dependency that was not necessary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "html5-file-selector",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"description": "A wrapper library for more easily handling html5 drag/drop and file input file and folder selections",
66
"homepage": "https://www.github.com/quarklemotion/html5-file-selector",
77
"repository": "quarklemotion/html5-file-selector",

0 commit comments

Comments
 (0)