Skip to content

Commit a95ab81

Browse files
chore(release): 1.11.3 [skip ci]
## [1.11.3](v1.11.2...v1.11.3) (2023-10-09) ### Bug Fixes * bump cocreate dependency versions ([f85a9b1](f85a9b1))
1 parent f85a9b1 commit a95ab81

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.11.3](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.11.2...v1.11.3) (2023-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependency versions ([f85a9b1](https://github.com/CoCreate-app/CoCreate-file-server/commit/f85a9b12e1a659e3192c38cb0ee212efd1bfc705))
7+
18
## [1.11.2](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.11.1...v1.11.2) (2023-10-09)
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.11.2",
3+
"version": "1.11.3",
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)