Skip to content

Commit 4109e3c

Browse files
chore(release): 1.17.2 [skip ci]
## [1.17.2](v1.17.1...v1.17.2) (2024-04-29) ### Bug Fixes * bump cocreate dependencies ([6034fc5](6034fc5))
1 parent 6034fc5 commit 4109e3c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.2](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.1...v1.17.2) (2024-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([6034fc5](https://github.com/CoCreate-app/CoCreate-file/commit/6034fc570aade211662c77aaf6d66ea2c11a7340))
7+
18
## [1.17.1](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.0...v1.17.1) (2024-04-26)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/file",
3-
"version": "1.17.1",
3+
"version": "1.17.2",
44
"description": "A versatile, configurable headless file uploader supporting both local and server file operations. Accessible via a JavaScript API and HTML5 attributes, it offers seamless file reading, writing, and uploading capabilities with graceful fallbacks to the standard HTML5 file input API. Ideal for developers requiring robust file management in headless or UI-less environments.",
55
"keywords": [
66
"file-uploader",
@@ -68,4 +68,4 @@
6868
"@cocreate/render": "^1.40.3",
6969
"@cocreate/utils": "^1.33.6"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)