Skip to content

Commit f73421e

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.5...v1.18.0) (2024-08-24) ### Bug Fixes * handle file.id when setFile() rendering. ([f9a561b](f9a561b)) ### Features * import file from url ([c073276](c073276))
1 parent f9a561b commit f73421e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.5...v1.18.0) (2024-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* handle file.id when setFile() rendering. ([f9a561b](https://github.com/CoCreate-app/CoCreate-file/commit/f9a561b325ae0b8fe964b11d192c09ba2d144e4f))
7+
8+
9+
### Features
10+
11+
* import file from url ([c073276](https://github.com/CoCreate-app/CoCreate-file/commit/c073276894009a04fdf59e3bebabbd34bea3f55b))
12+
113
## [1.17.5](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.4...v1.17.5) (2024-06-19)
214

315

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