Skip to content

Commit ebbbc22

Browse files
chore(release): 1.7.3 [skip ci]
## [1.7.3](v1.7.2...v1.7.3) (2023-09-19) ### Bug Fixes * directory, path, pathname ([9fdad2d](9fdad2d)) * removed crud.socket.create() as it is handeled automatically duing socket.send ([ca012d0](ca012d0))
1 parent 7930d30 commit ebbbc22

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.7.3](https://github.com/CoCreate-app/CoCreate-file/compare/v1.7.2...v1.7.3) (2023-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* directory, path, pathname ([9fdad2d](https://github.com/CoCreate-app/CoCreate-file/commit/9fdad2d90d67b08b74d5027999fb1989ca67c853))
7+
* removed crud.socket.create() as it is handeled automatically duing socket.send ([ca012d0](https://github.com/CoCreate-app/CoCreate-file/commit/ca012d0789b6e66af472de688979b8f21b4f73e7))
8+
19
## [1.7.2](https://github.com/CoCreate-app/CoCreate-file/compare/v1.7.1...v1.7.2) (2023-09-18)
210

311

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.7.2",
3+
"version": "1.7.3",
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.27.3",
6565
"@cocreate/utils": "^1.24.2"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)