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 2f731f5 commit 42b7d29Copy full SHA for 42b7d29
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.4.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.3.0...v1.4.0) (2023-05-19)
2
+
3
4
+### Features
5
6
+* add organization_id to response headers ([2f731f5](https://github.com/CoCreate-app/CoCreate-file-server/commit/2f731f582f535d93b223bfaad98a52675953e11e))
7
8
# [1.3.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.2.1...v1.3.0) (2023-05-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/file-server",
- "version": "1.3.0",
+ "version": "1.4.0",
"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