Skip to content

Commit 73a4f7c

Browse files
chore(release): 1.8.1 [skip ci]
## [1.8.1](v1.8.0...v1.8.1) (2023-08-21) ### Bug Fixes * /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([27b8e89](27b8e89)) * replace cdn with /dist ([58647d9](58647d9)) * update content-type of error pages ([59cdfb2](59cdfb2)) * update file uploader ([145f544](145f544))
1 parent 27b8e89 commit 73a4f7c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.8.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.8.0...v1.8.1) (2023-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([27b8e89](https://github.com/CoCreate-app/CoCreate-file-server/commit/27b8e897cebf50c5015bbc440d8f89563ed71ee3))
7+
* replace cdn with /dist ([58647d9](https://github.com/CoCreate-app/CoCreate-file-server/commit/58647d906e21150ec0a8d7dc448886ccaf30c6b1))
8+
* update content-type of error pages ([59cdfb2](https://github.com/CoCreate-app/CoCreate-file-server/commit/59cdfb26f9cd802fe778d249cb1b03dd13f44978))
9+
* update file uploader ([145f544](https://github.com/CoCreate-app/CoCreate-file-server/commit/145f5443619708676f425de1242b8a6f27ababf9))
10+
111
# [1.8.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.7.0...v1.8.0) (2023-08-17)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/file-server",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
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",

0 commit comments

Comments
 (0)