Skip to content

Commit c03b649

Browse files
chore(release): 1.20.0 [skip ci]
# [1.20.0](v1.19.6...v1.20.0) (2025-10-11) ### Bug Fixes * add error handling for translation service in file function ([262dc66](262dc66)) * update import statement and modify exit behavior in server function ([6e72fde](6e72fde)) ### Features * add options parameter to file function for enhanced translation support ([7fac13d](7fac13d)) * enhance file handling by supporting base64 encoding for binary sources and improving file reading logic ([192337c](192337c)) * enhance file processing with support for base64 and binary types, and add variable processing functionality ([eabfddf](eabfddf))
1 parent 192337c commit c03b649

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.6...v1.20.0) (2025-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* add error handling for translation service in file function ([262dc66](https://github.com/CoCreate-app/CoCreate-file/commit/262dc66d57c13a8948ef1afa863413c203f965bc))
7+
* update import statement and modify exit behavior in server function ([6e72fde](https://github.com/CoCreate-app/CoCreate-file/commit/6e72fdec3867c031e342b3faef598b661f43a620))
8+
9+
10+
### Features
11+
12+
* add options parameter to file function for enhanced translation support ([7fac13d](https://github.com/CoCreate-app/CoCreate-file/commit/7fac13d10b8abd40584d5abc6b89d110f84db288))
13+
* enhance file handling by supporting base64 encoding for binary sources and improving file reading logic ([192337c](https://github.com/CoCreate-app/CoCreate-file/commit/192337c3a44d412f8a8d2c6bb1172451661eebf5))
14+
* enhance file processing with support for base64 and binary types, and add variable processing functionality ([eabfddf](https://github.com/CoCreate-app/CoCreate-file/commit/eabfddf2e1c36e7abd330369c1f28f90290cc1b8))
15+
116
## [1.19.6](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.5...v1.19.6) (2025-09-07)
217

318

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