We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97ea45 commit 2bb00e2Copy full SHA for 2bb00e2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.4.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.4.0...v1.4.1) (2023-05-20)
2
+
3
4
+### Bug Fixes
5
6
+* hostNotFound response ([c97ea45](https://github.com/CoCreate-app/CoCreate-file-server/commit/c97ea4511e1275aacbe71bb08d4f4efed2b290a4))
7
8
# [1.4.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.3.0...v1.4.0) (2023-05-19)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/file-server",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "A simple file-server component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"file-server",
0 commit comments