Skip to content

Commit fdcdc9e

Browse files
chore(release): 1.9.10 [skip ci]
## [1.9.10](v1.9.9...v1.9.10) (2023-11-03) ### Bug Fixes * favicon.ico path ([d624243](d624243)) * update dependencies to the lates versions ([109bee3](109bee3)) * update method to use object.update etc ([d412fe0](d412fe0))
1 parent 109bee3 commit fdcdc9e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.9.10](https://github.com/CoCreate-app/CoCreate-file/compare/v1.9.9...v1.9.10) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([d624243](https://github.com/CoCreate-app/CoCreate-file/commit/d62424361f2f55ee06ee6489a2c51f7e431c2639))
7+
* update dependencies to the lates versions ([109bee3](https://github.com/CoCreate-app/CoCreate-file/commit/109bee3e9f120ec64c8bb1242b5c488bcab32475))
8+
* update method to use object.update etc ([d412fe0](https://github.com/CoCreate-app/CoCreate-file/commit/d412fe0413483e69acd8a7e9817cfcfed50ed52c))
9+
110
## [1.9.9](https://github.com/CoCreate-app/CoCreate-file/compare/v1.9.8...v1.9.9) (2023-10-25)
211

312

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.9.9",
3+
"version": "1.9.10",
44
"description": "A headless file uploader that uses HTML5 attributes for customization. Allows easy upload of files to server.",
55
"keywords": [
66
"file",
@@ -64,4 +64,4 @@
6464
"@cocreate/render": "^1.29.1",
6565
"@cocreate/utils": "^1.26.2"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)