Skip to content

Commit 38bb2f4

Browse files
chore(release): 1.19.6 [skip ci]
## [1.19.6](v1.19.5...v1.19.6) (2025-09-07) ### Bug Fixes * correct exclusion logic to check each item in the exclude array ([1fae391](1fae391)) * ensure match is an array by wrapping non-array values ([5c67ec5](5c67ec5)) * ensure match is an array of directory paths and await run function ([eb47cf0](eb47cf0))
1 parent 1fae391 commit 38bb2f4

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.6](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.5...v1.19.6) (2025-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* correct exclusion logic to check each item in the exclude array ([1fae391](https://github.com/CoCreate-app/CoCreate-file/commit/1fae391f4333813aa30805e87ba7ea28fefda5d3))
7+
* ensure match is an array by wrapping non-array values ([5c67ec5](https://github.com/CoCreate-app/CoCreate-file/commit/5c67ec592f0217199b2ce965d14e377d6faa9a5b))
8+
* ensure match is an array of directory paths and await run function ([eb47cf0](https://github.com/CoCreate-app/CoCreate-file/commit/eb47cf00c672ac5110293b3dab38fd8186bb8d64))
9+
110
## [1.19.5](https://github.com/CoCreate-app/CoCreate-file/compare/v1.19.4...v1.19.5) (2025-05-01)
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.5",
3+
"version": "1.19.6",
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)