Skip to content

Commit 5632bd0

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.1...v1.9.0) (2023-08-21) ### Features * Update cocreate dependencies for the latest features and bug fixes ([48116e7](48116e7))
1 parent 48116e7 commit 5632bd0

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.9.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.8.1...v1.9.0) (2023-08-21)
2+
3+
4+
### Features
5+
6+
* Update cocreate dependencies for the latest features and bug fixes ([48116e7](https://github.com/CoCreate-app/CoCreate-file-server/commit/48116e75052aeed5e63a2abf4ccdfdffd2e4c2a1))
7+
18
## [1.8.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.8.0...v1.8.1) (2023-08-21)
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.8.1",
3+
"version": "1.9.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)