Skip to content

Commit

Permalink
chore(release): 1.17.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.5](v1.17.4...v1.17.5) (2024-06-19)

### Bug Fixes

* getFileId uses pathname as id ([be330a5](be330a5))
* observer target selector ([50dc031](50dc031))
* replace selected file if multiple false ([d419dc3](d419dc3))
  • Loading branch information
semantic-release-bot committed Jun 19, 2024
1 parent dedb8ef commit d132289
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.17.5](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.4...v1.17.5) (2024-06-19)


### Bug Fixes

* getFileId uses pathname as id ([be330a5](https://github.com/CoCreate-app/CoCreate-file/commit/be330a54324ae878a8afadc68bdae1684e944b45))
* observer target selector ([50dc031](https://github.com/CoCreate-app/CoCreate-file/commit/50dc0318b7c9c02c2d610fe86158d47e6277e667))
* replace selected file if multiple false ([d419dc3](https://github.com/CoCreate-app/CoCreate-file/commit/d419dc38f223d1d809bcf014dd2fadb0a629fae7))

## [1.17.4](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.3...v1.17.4) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/file",
"version": "1.17.4",
"version": "1.17.5",
"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.",
"keywords": [
"file-uploader",
Expand Down

0 comments on commit d132289

Please sign in to comment.