Skip to content

Commit 9fb8365

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.14...v1.7.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([6e0b21c](6e0b21c)) * Refactored *-target to *-selector ([80ef6e2](80ef6e2)) * webpack.config and package.json make use of mode=production instead of process.env ([c6ce5b1](c6ce5b1)) ### Features * checks headers for File-Content if it exists return the File-Content as the response ([4f1fa9c](4f1fa9c)) * header file-content resulting in server responding with file-content value as the body. also addeded header for storage to inform the client if the organization has a storage applied or not ([29c68a2](29c68a2)) * name attribute and variable renamed to key ([7d1201f](7d1201f))
1 parent c6ce5b1 commit 9fb8365

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.6.14...v1.7.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([6e0b21c](https://github.com/CoCreate-app/CoCreate-file-server/commit/6e0b21cb73e91545a0afff0519e469c41c04b158))
7+
* Refactored *-target to *-selector ([80ef6e2](https://github.com/CoCreate-app/CoCreate-file-server/commit/80ef6e299277524d15811271974d72a7a4054496))
8+
* webpack.config and package.json make use of mode=production instead of process.env ([c6ce5b1](https://github.com/CoCreate-app/CoCreate-file-server/commit/c6ce5b1ee4376040642370af0ec315c9b2ef6bfa))
9+
10+
11+
### Features
12+
13+
* checks headers for File-Content if it exists return the File-Content as the response ([4f1fa9c](https://github.com/CoCreate-app/CoCreate-file-server/commit/4f1fa9cc4c180da16814f6c6140fdf59d896cdff))
14+
* header file-content resulting in server responding with file-content value as the body. also addeded header for storage to inform the client if the organization has a storage applied or not ([29c68a2](https://github.com/CoCreate-app/CoCreate-file-server/commit/29c68a2ec9b1d819ec65d0383abaacfa9bc00841))
15+
* name attribute and variable renamed to key ([7d1201f](https://github.com/CoCreate-app/CoCreate-file-server/commit/7d1201faf27ac017bad25559687d108bc7ce6add))
16+
117
## [1.6.14](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.6.13...v1.6.14) (2023-06-14)
218

319

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.6.14",
3+
"version": "1.7.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",
@@ -44,4 +44,4 @@
4444
"url": "https://github.com/sponsors/CoCreate-app"
4545
},
4646
"main": "./src/index.js"
47-
}
47+
}

0 commit comments

Comments
 (0)