Skip to content

Commit

Permalink
chore(release): 1.9.10 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent 109bee3 commit fdcdc9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.9.10](https://github.com/CoCreate-app/CoCreate-file/compare/v1.9.9...v1.9.10) (2023-11-03)


### Bug Fixes

* favicon.ico path ([d624243](https://github.com/CoCreate-app/CoCreate-file/commit/d62424361f2f55ee06ee6489a2c51f7e431c2639))
* update dependencies to the lates versions ([109bee3](https://github.com/CoCreate-app/CoCreate-file/commit/109bee3e9f120ec64c8bb1242b5c488bcab32475))
* update method to use object.update etc ([d412fe0](https://github.com/CoCreate-app/CoCreate-file/commit/d412fe0413483e69acd8a7e9817cfcfed50ed52c))

## [1.9.9](https://github.com/CoCreate-app/CoCreate-file/compare/v1.9.8...v1.9.9) (2023-10-25)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/file",
"version": "1.9.9",
"version": "1.9.10",
"description": "A headless file uploader that uses HTML5 attributes for customization. Allows easy upload of files to server.",
"keywords": [
"file",
Expand Down Expand Up @@ -64,4 +64,4 @@
"@cocreate/render": "^1.29.1",
"@cocreate/utils": "^1.26.2"
}
}
}

0 comments on commit fdcdc9e

Please sign in to comment.