Skip to content

Commit e9b707d

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.6...v1.5.0) (2023-06-07) ### Features * replaced express with http module. Refactor server code with better organization and readable code ([a723ba3](a723ba3))
1 parent 09a3392 commit e9b707d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.6...v1.5.0) (2023-06-07)
2+
3+
4+
### Features
5+
6+
* replaced express with http module. Refactor server code with better organization and readable code ([a723ba3](https://github.com/CoCreate-app/CoCreate-file-server/commit/a723ba327e39f5d3ab9e5afc8815440389d06853))
7+
18
## [1.4.6](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.5...v1.4.6) (2023-06-04)
29

310

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-server",
3-
"version": "1.4.6",
3+
"version": "1.5.0",
44
"description": "A simple file-server component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"file-server",
@@ -52,4 +52,4 @@
5252
"@cocreate/docs": "^1.8.2",
5353
"express": "^4.18.2"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)