Skip to content

Commit 12e9ccf

Browse files
chore(release): 1.21.0 [skip ci]
# [1.21.0](v1.20.0...v1.21.0) (2025-11-16) ### Features * enhance file processing by adding support for include/exclude filters and implementing dynamic data retrieval for various file types ([d8a2185](d8a2185))
1 parent d8a2185 commit 12e9ccf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.21.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.20.0...v1.21.0) (2025-11-16)
2+
3+
4+
### Features
5+
6+
* enhance file processing by adding support for include/exclude filters and implementing dynamic data retrieval for various file types ([d8a2185](https://github.com/CoCreate-app/CoCreate-file/commit/d8a2185ce6f9554aa929f285e24526a281bc0b96))
7+
18
# [1.20.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.6...v1.20.0) (2025-10-11)
29

310

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.20.0",
3+
"version": "1.21.0",
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)