Skip to content

Commit 5fd16b3

Browse files
chore(release): 1.19.1 [skip ci]
## [1.19.1](v1.19.0...v1.19.1) (2024-12-14) ### Bug Fixes * fileElement refrence ([6042290](6042290)) * if no file.id set id using pathname in getCustomData() ([f1ef237](f1ef237)) * improved handeling of multiple ([c56ac70](c56ac70))
1 parent c56ac70 commit 5fd16b3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.19.1](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.0...v1.19.1) (2024-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* fileElement refrence ([6042290](https://github.com/CoCreate-app/CoCreate-file/commit/6042290aa667b53e42f7afc2cc85dd4c2642dc76))
7+
* if no file.id set id using pathname in getCustomData() ([f1ef237](https://github.com/CoCreate-app/CoCreate-file/commit/f1ef237b8d807067537b29ba9ae60401b334a813))
8+
* improved handeling of multiple ([c56ac70](https://github.com/CoCreate-app/CoCreate-file/commit/c56ac70a8732bd86ba04bd0e9004dadd59c48114))
9+
110
# [1.19.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.18.0...v1.19.0) (2024-11-04)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/file",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "A versatile, configurable headless file uploader supporting local and server operations. Accessible via a JavaScript API and HTML5 attributes, it provides seamless file reading, writing, and uploading with fallbacks to the standard HTML5 file input API. Ideal for developers needing robust file management in headless environments.",
55
"keywords": [
66
"file-uploader",

0 commit comments

Comments
 (0)